COLOR #EEE48C

HEX: #EEE48C RGB: (238,228,140)

Color info

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

RGB color model

#EEE48C color RGB value is (238,228,140).

RGB: (238,228,140) (93%, 89%, 55%)

RGB channels and saturation

R 238 of 255 = 93%
G 228 of 255 = 89%
B 140 of 255 = 55%

238
228
140

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

Portions of RGB colors in percentages

R + G + B = 238 + 228 + 140 = 606 (100%)
R 238 of 606 ~ 39.27%
G 228 of 606 ~ 37.62%
B 140 of 606 ~ 23.1'%

%39.27
%37.62
%23.1

CMYK color model

#EEE48C color CMYK value is (0,4,41,7).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 41.18%
  • key color value is 6.67%

CMYK: (0,4,41,7)
C0M4Y41K7 (0%, 4%, 41%, 7%)
(0.00 / 0.04 / 0.41 / 0.07)

CMYK percentages

%0
%4.2
%41.18
%6.67

Codes

Color #EEE48C in popluar color models

EE E4 8C
RGB 238 228 140
HSL 54° 74.24% 74.12%
HSB/HSV 54° 41.18% 93.33%
CMYK 0.00% 4.20% 41.18%
6.67%

Color #EEE48C in popluar number systems.

HEX EE E4 8C
Decimal 238 228 140
Binary 11101110 11100100 10001100
Octal 356 344 214

Shades and tints

Shades of #EEE48C

#EEE48C
(238,228,140)
#D9D080
(217,208,128)
#C4BC74
(196,188,116)
#AFA868
(175,168,104)
#9A945C
(154,148,92)
#858050
(133,128,80)
#706C44
(112,108,68)
#5B5838
(91,88,56)
#46442C
(70,68,44)
#313020
(49,48,32)
#1C1C14
(28,28,20)
#000000
(0,0,0)

Tints of #EEE48C

#EEE48C
(238,228,140)
#EFE696
(239,230,150)
#F0E8A0
(240,232,160)
#F1EAAA
(241,234,170)
#F2ECB4
(242,236,180)
#F3EEBE
(243,238,190)
#F4F0C8
(244,240,200)
#F5F2D2
(245,242,210)
#F6F4DC
(246,244,220)
#F7F6E6
(247,246,230)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE48C color. Also use rgb(238,228,140) instead hex code.

Text Font Color

.myTextColor { color: #EEE48C; }

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

This text font color is #EEE48C.

Background Color

.myBgColor { background-color: #EEE48C; }

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

This div background color is #EEE48C.

Border color

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

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

This div border color is #EEE48C.

Opacity

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

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

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

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

This text has shadow with #EEE48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE48C.

Preview

Color preview on black background

This text has color #EEE48C on black background.


Color preview on white background

This text has color #EEE48C on white background.


Black color preview on #EEE48C background

This text has black color on #EEE48C background.


White color preview on #EEE48C background

This text has white color on #EEE48C background.


Related colors

Complementary color

Complementary color for #hex is #111B73.


I love getcolorcode.com

Triadic colors

1 #8CEEE4 and #E48CEE with #EEE48C are triadic colors.

2 #8CE4EE and #E4EE8C with #EEE48C are triadic colors.