COLOR #EFCC98

HEX: #EFCC98
RGB: (239,204,152)

Color info

#EFCC98 contains mainly red and green colors. Web safe color of #EFCC98 is #FFCC99 (or #FC9).

RGB color model

#EFCC98 color RGB value is (239,204,152).

  • red value is 239;
  • green value is 204;
  • blue value is 152.
RGB:
(239,204,152)
(94%,80%,60%)

RGB channels and saturation

R 239 of 255 = 94%
G 204 of 255 = 80%
B 152 of 255 = 60%

239
204
152

R + G + B ~ 78%. #EFCC98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 204 + 152 = 595 (100%)
R 239 of 595 ~ 40.17%
G 204 of 595 ~ 34.29%
B 152 of 595 ~ 25.55%

%40.17
%34.29
%25.55

CMYK color model

#EFCC98 color CMYK value is (0,15,36,6).

  • cyan value is 0.00%
  • magenta value is 14.64%
  • yellow value is 36.40%
  • key color value is 6.27%
CMYK:
(0,15,36,6)
C0M15Y36K6 
(0%,15%,36%,6%)
(0.00/0.15/0.36/0.06)	

CMYK percentages

%0
%14.64
%36.4
%6.27

Codes

Color #EFCC98 in popluar color models

EFCC98
RGB239204152
HSL36°73.11%76.67%
HSB/HSV36°36.40%93.73%
CMYK0.00%14.64%36.40%
6.27%

Color #EFCC98 in popluar number systems.

HEXEFCC98
Decimal239204152
Binary111011111100110010011000
Octal357314230

Shades and tints

Shades of #EFCC98

#EFCC98
(239,204,152)
#DABA8B
(218,186,139)
#C5A87E
(197,168,126)
#B09671
(176,150,113)
#9B8464
(155,132,100)
#867257
(134,114,87)
#71604A
(113,96,74)
#5C4E3D
(92,78,61)
#473C30
(71,60,48)
#322A23
(50,42,35)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #EFCC98

#EFCC98
(239,204,152)
#F0D0A1
(240,208,161)
#F1D4AA
(241,212,170)
#F2D8B3
(242,216,179)
#F3DCBC
(243,220,188)
#F4E0C5
(244,224,197)
#F5E4CE
(245,228,206)
#F6E8D7
(246,232,215)
#F7ECE0
(247,236,224)
#F8F0E9
(248,240,233)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCC98; }

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

This text font color is #EFCC98.


Background Color

.myBgColor { background-color: #EFCC98; }

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

This div background color is #EFCC98.


Border color

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

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

This div border color is #EFCC98.


Opacity

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

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

Text with #EFCC98 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 #EFCC98;}

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

This text has shadow with #EFCC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCC98 on black background.


Color preview on white background

This text has color #EFCC98 on white background.



Black color preview on #EFCC98 background

This text has black color on #EFCC98 background.


White color preview on #EFCC98 background

This text has white color on #EFCC98 background.