COLOR #EFE2AE

HEX: #EFE2AE
RGB: (239,226,174)

Color info

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

RGB color model

#EFE2AE color RGB value is (239,226,174).

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

RGB channels and saturation

R 239 of 255 = 94%
G 226 of 255 = 89%
B 174 of 255 = 68%

239
226
174

R + G + B ~ 84%. #EFE2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 226 + 174 = 639 (100%)
R 239 of 639 ~ 37.4%
G 226 of 639 ~ 35.37%
B 174 of 639 ~ 27.23%

%37.4
%35.37
%27.23

CMYK color model

#EFE2AE color CMYK value is (0,5,27,6).

  • cyan value is 0.00%
  • magenta value is 5.44%
  • yellow value is 27.20%
  • key color value is 6.27%
CMYK:
(0,5,27,6)
C0M5Y27K6 
(0%,5%,27%,6%)
(0.00/0.05/0.27/0.06)	

CMYK percentages

%0
%5.44
%27.2
%6.27

Codes

Color #EFE2AE in popluar color models

EFE2AE
RGB239226174
HSL48°67.01%80.98%
HSB/HSV48°27.20%93.73%
CMYK0.00%5.44%27.20%
6.27%

Color #EFE2AE in popluar number systems.

HEXEFE2AE
Decimal239226174
Binary111011111110001010101110
Octal357342256

Shades and tints

Shades of #EFE2AE

#EFE2AE
(239,226,174)
#DACE9F
(218,206,159)
#C5BA90
(197,186,144)
#B0A681
(176,166,129)
#9B9272
(155,146,114)
#867E63
(134,126,99)
#716A54
(113,106,84)
#5C5645
(92,86,69)
#474236
(71,66,54)
#322E27
(50,46,39)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #EFE2AE

#EFE2AE
(239,226,174)
#F0E4B5
(240,228,181)
#F1E6BC
(241,230,188)
#F2E8C3
(242,232,195)
#F3EACA
(243,234,202)
#F4ECD1
(244,236,209)
#F5EED8
(245,238,216)
#F6F0DF
(246,240,223)
#F7F2E6
(247,242,230)
#F8F4ED
(248,244,237)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE2AE; }

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

This text font color is #EFE2AE.


Background Color

.myBgColor { background-color: #EFE2AE; }

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

This div background color is #EFE2AE.


Border color

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

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

This div border color is #EFE2AE.


Opacity

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

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

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

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

This text has shadow with #EFE2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE2AE on black background.


Color preview on white background

This text has color #EFE2AE on white background.



Black color preview on #EFE2AE background

This text has black color on #EFE2AE background.


White color preview on #EFE2AE background

This text has white color on #EFE2AE background.