COLOR #EFD2AE

HEX: #EFD2AE RGB: (239,210,174)

Color info

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

RGB color model

#EFD2AE color RGB value is (239,210,174).

RGB: (239,210,174) (94%, 82%, 68%)

RGB channels and saturation

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

239
210
174

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

Portions of RGB colors in percentages

R + G + B = 239 + 210 + 174 = 623 (100%)
R 239 of 623 ~ 38.36%
G 210 of 623 ~ 33.71%
B 174 of 623 ~ 27.93'%

%38.36
%33.71
%27.93

CMYK color model

#EFD2AE color CMYK value is (0,12,27,6).

  • cyan value is 0.00%
  • magenta value is 12.13%
  • yellow value is 27.20%
  • key color value is 6.27%

CMYK: (0,12,27,6)
C0M12Y27K6 (0%, 12%, 27%, 6%)
(0.00 / 0.12 / 0.27 / 0.06)

CMYK percentages

%0
%12.13
%27.2
%6.27

Codes

Color #EFD2AE in popluar color models

EF D2 AE
RGB 239 210 174
HSL 33° 67.01% 80.98%
HSB/HSV 33° 27.20% 93.73%
CMYK 0.00% 12.13% 27.20%
6.27%

Color #EFD2AE in popluar number systems.

HEX EF D2 AE
Decimal 239 210 174
Binary 11101111 11010010 10101110
Octal 357 322 256

Shades and tints

Shades of #EFD2AE

#EFD2AE
(239,210,174)
#DABF9F
(218,191,159)
#C5AC90
(197,172,144)
#B09981
(176,153,129)
#9B8672
(155,134,114)
#867363
(134,115,99)
#716054
(113,96,84)
#5C4D45
(92,77,69)
#473A36
(71,58,54)
#322727
(50,39,39)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #EFD2AE

#EFD2AE
(239,210,174)
#F0D6B5
(240,214,181)
#F1DABC
(241,218,188)
#F2DEC3
(242,222,195)
#F3E2CA
(243,226,202)
#F4E6D1
(244,230,209)
#F5EAD8
(245,234,216)
#F6EEDF
(246,238,223)
#F7F2E6
(247,242,230)
#F8F6ED
(248,246,237)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD2AE; }

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

This text font color is #EFD2AE.

Background Color

.myBgColor { background-color: #EFD2AE; }

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

This div background color is #EFD2AE.

Border color

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

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

This div border color is #EFD2AE.

Opacity

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

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

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

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

This text has shadow with #EFD2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD2AE.

Preview

Color preview on black background

This text has color #EFD2AE on black background.


Color preview on white background

This text has color #EFD2AE on white background.


Black color preview on #EFD2AE background

This text has black color on #EFD2AE background.


White color preview on #EFD2AE background

This text has white color on #EFD2AE background.


Related colors

Complementary color

Complementary color for #hex is #102D51.


I love getcolorcode.com

Triadic colors

1 #AEEFD2 and #D2AEEF with #EFD2AE are triadic colors.

2 #AED2EF and #D2EFAE with #EFD2AE are triadic colors.