COLOR #EEDE92

HEX: #EEDE92
RGB: (238,222,146)

Color info

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

RGB color model

#EEDE92 color RGB value is (238,222,146).

  • red value is 238;
  • green value is 222;
  • blue value is 146.
RGB:
(238,222,146)
(93%,87%,57%)

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 146 of 255 = 57%

238
222
146

R + G + B ~ 79%. #EEDE92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 222 + 146 = 606 (100%)
R 238 of 606 ~ 39.27%
G 222 of 606 ~ 36.63%
B 146 of 606 ~ 24.09%

%39.27
%36.63
%24.09

CMYK color model

#EEDE92 color CMYK value is (0,7,39,7).

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 38.66%
  • key color value is 6.67%
CMYK:
(0,7,39,7)
C0M7Y39K7 
(0%,7%,39%,7%)
(0.00/0.07/0.39/0.07)	

CMYK percentages

%0
%6.72
%38.66
%6.67

Codes

Color #EEDE92 in popluar color models

EEDE92
RGB238222146
HSL50°73.02%75.29%
HSB/HSV50°38.66%93.33%
CMYK0.00%6.72%38.66%
6.67%

Color #EEDE92 in popluar number systems.

HEXEEDE92
Decimal238222146
Binary111011101101111010010010
Octal356336222

Shades and tints

Shades of #EEDE92

#EEDE92
(238,222,146)
#D9CA85
(217,202,133)
#C4B678
(196,182,120)
#AFA26B
(175,162,107)
#9A8E5E
(154,142,94)
#857A51
(133,122,81)
#706644
(112,102,68)
#5B5237
(91,82,55)
#463E2A
(70,62,42)
#312A1D
(49,42,29)
#1C1610
(28,22,16)
#000000
(0,0,0)

Tints of #EEDE92

#EEDE92
(238,222,146)
#EFE19B
(239,225,155)
#F0E4A4
(240,228,164)
#F1E7AD
(241,231,173)
#F2EAB6
(242,234,182)
#F3EDBF
(243,237,191)
#F4F0C8
(244,240,200)
#F5F3D1
(245,243,209)
#F6F6DA
(246,246,218)
#F7F9E3
(247,249,227)
#F8FCEC
(248,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDE92 color. Also use rgb(238,222,146) instead hex code.

Text Font Color

.myTextColor { color: #EEDE92; }

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

This text font color is #EEDE92.


Background Color

.myBgColor { background-color: #EEDE92; }

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

This div background color is #EEDE92.


Border color

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

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

This div border color is #EEDE92.


Opacity

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

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

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

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

This text has shadow with #EEDE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDE92 on black background.


Color preview on white background

This text has color #EEDE92 on white background.



Black color preview on #EEDE92 background

This text has black color on #EEDE92 background.


White color preview on #EEDE92 background

This text has white color on #EEDE92 background.