COLOR #EFE398

HEX: #EFE398
RGB: (239,227,152)

Renk bilgisi

#EFE398 contains mainly red and green colors. #EFE398 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EFE398 color RGB value is (239,227,152).

  • kırmız ton 239;
  • yeşil ton 227;
  • mavi ton 152.
RGB:
(239,227,152)
(94%,89%,60%)

RGB bağlantıları ve doygunluk

R 239 of 255 = 94%
G 227 of 255 = 89%
B 152 of 255 = 60%

239
227
152

R + G + B ~ 81%. #EFE398 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
239 + 227 + 152 = 618 (100%)
R 239 of 618 ~ 38.67%
G 227 of 618 ~ 36.73%
B 152 of 618 ~ 24.6%

%38.67
%36.73
%24.6

CMYK RENK MODELİ

#EFE398 rengi CMYK tonu (0,5,36,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.02%
  • sarı tonu 36.40%
  • ana renk tonu 6.27%
CMYK:
(0,5,36,6)
C0M5Y36K6 
(0%,5%,36%,6%)
(0.00/0.05/0.36/0.06)	

CMYK yüzdeleri

%0
%5.02
%36.4
%6.27

Codes

Color #EFE398 in popluar color models

EFE398
RGB239227152
HSL52°73.11%76.67%
HSB/HSV52°36.40%93.73%
CMYK0.00%5.02%36.40%
6.27%

Color #EFE398 in popluar number systems.

HEXEFE398
Decimal239227152
Binary111011111110001110011000
Octal357343230

Shades and tints

Shades of #EFE398

#EFE398
(239,227,152)
#DACF8B
(218,207,139)
#C5BB7E
(197,187,126)
#B0A771
(176,167,113)
#9B9364
(155,147,100)
#867F57
(134,127,87)
#716B4A
(113,107,74)
#5C573D
(92,87,61)
#474330
(71,67,48)
#322F23
(50,47,35)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #EFE398

#EFE398
(239,227,152)
#F0E5A1
(240,229,161)
#F1E7AA
(241,231,170)
#F2E9B3
(242,233,179)
#F3EBBC
(243,235,188)
#F4EDC5
(244,237,197)
#F5EFCE
(245,239,206)
#F6F1D7
(246,241,215)
#F7F3E0
(247,243,224)
#F8F5E9
(248,245,233)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE398 color. Also use rgb(239,227,152) instead hex code.

Text Font Color

.myTextColor { color: #EFE398; }

<p style="color:#EFE398">This sample text font color is #EFE398.</p>

This text font color is #EFE398.


Background Color

.myBgColor { background-color: #EFE398; }

<div style="background-color:#EFE398">Inner text</div>

This div background color is #EFE398.


Border color

.myBorderColor { border: 1px solid #EFE398; }

<div style="border:3px solid #EFE398">Div</div>

This div border color is #EFE398.


Opacity

.myOpacity80 { color: #EFE398; opacity: 0.8; }

<p style="color:#EFE398;opacity:0.8;">80%</p>

Text with #EFE398 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EFE398;}

<p style="text-shadow: 3px 3px 1px #EFE398">Text here.</p>

This text has shadow with #EFE398 color.

.textShadow {text-shadow: 3px 3px 1px #EFE398, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EFE398, 5px 5px 20px red">Text here.</p>

This text has shadow with #EFE398 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFE398, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EFE398, Direction=45, Strength=4)">Text</p>

This text has shadow with #EFE398 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EFE398;
  -webkit-box-shadow:	1px 1px 3px 2px #EFE398;
  box-shadow:		1px 1px 3px 2px #EFE398;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFE398;
-webkit-box-shadow: 1px 1px 3px 2px #EFE398;
box-shadow:1px 1px 3px 2px #EFE398;">
Div content here</div>
This div box has shadow with color #EFE398.

Preview

Color preview on black background

This text has color #EFE398 on black background.


Color preview on white background

This text has color #EFE398 on white background.



Black color preview on #EFE398 background

This text has black color on #EFE398 background.


White color preview on #EFE398 background

This text has white color on #EFE398 background.