COLOR #EFD0AE

HEX: #EFD0AE
RGB: (239,208,174)

Color info

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

RGB color model

#EFD0AE color RGB value is (239,208,174).

  • red value is 239;
  • green value is 208;
  • blue value is 174.
RGB:
(239,208,174)
(94%,82%,68%)

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 174 of 255 = 68%

239
208
174

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

Portions of RGB colors in percentages

R + G + B =
239 + 208 + 174 = 621 (100%)
R 239 of 621 ~ 38.49%
G 208 of 621 ~ 33.49%
B 174 of 621 ~ 28.02%

%38.49
%33.49
%28.02

CMYK color model

#EFD0AE color CMYK value is (0,13,27,6).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 27.20%
  • key color value is 6.27%
CMYK:
(0,13,27,6)
C0M13Y27K6 
(0%,13%,27%,6%)
(0.00/0.13/0.27/0.06)	

CMYK percentages

%0
%12.97
%27.2
%6.27

Codes

Color #EFD0AE in popluar color models

EFD0AE
RGB239208174
HSL31°67.01%80.98%
HSB/HSV31°27.20%93.73%
CMYK0.00%12.97%27.20%
6.27%

Color #EFD0AE in popluar number systems.

HEXEFD0AE
Decimal239208174
Binary111011111101000010101110
Octal357320256

Shades and tints

Shades of #EFD0AE

#EFD0AE
(239,208,174)
#DABE9F
(218,190,159)
#C5AC90
(197,172,144)
#B09A81
(176,154,129)
#9B8872
(155,136,114)
#867663
(134,118,99)
#716454
(113,100,84)
#5C5245
(92,82,69)
#474036
(71,64,54)
#322E27
(50,46,39)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #EFD0AE

#EFD0AE
(239,208,174)
#F0D4B5
(240,212,181)
#F1D8BC
(241,216,188)
#F2DCC3
(242,220,195)
#F3E0CA
(243,224,202)
#F4E4D1
(244,228,209)
#F5E8D8
(245,232,216)
#F6ECDF
(246,236,223)
#F7F0E6
(247,240,230)
#F8F4ED
(248,244,237)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD0AE color. Also use rgb(239,208,174) instead hex code.

Text Font Color

.myTextColor { color: #EFD0AE; }

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

This text font color is #EFD0AE.


Background Color

.myBgColor { background-color: #EFD0AE; }

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

This div background color is #EFD0AE.


Border color

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

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

This div border color is #EFD0AE.


Opacity

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

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

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

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

This text has shadow with #EFD0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD0AE on black background.


Color preview on white background

This text has color #EFD0AE on white background.



Black color preview on #EFD0AE background

This text has black color on #EFD0AE background.


White color preview on #EFD0AE background

This text has white color on #EFD0AE background.