COLOR #EEE070

HEX: #EEE070 RGB: (238,224,112)

Color info

#EEE070 contains mainly red and green colors. Web safe color of #EEE070 is #FFCC66 (or #FC6).

RGB color model

#EEE070 color RGB value is (238,224,112).

RGB: (238,224,112) (93%, 88%, 44%)

RGB channels and saturation

R 238 of 255 = 93%
G 224 of 255 = 88%
B 112 of 255 = 44%

238
224
112

R + G + B ~ 75%. #EEE070 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 224 + 112 = 574 (100%)
R 238 of 574 ~ 41.46%
G 224 of 574 ~ 39.02%
B 112 of 574 ~ 19.51'%

%41.46
%39.02
%19.51

CMYK color model

#EEE070 color CMYK value is (0,6,53,7).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 52.94%
  • key color value is 6.67%
CMYK: (0,6,53,7) C0M6Y53K7 (0%,6%,53%,7%) (0.00/0.06/0.53/0.07) 

CMYK percentages

%0
%5.88
%52.94
%6.67

Codes

Color #EEE070 in popluar color models

EE E0 70
RGB 238 224 112
HSL 53° 78.75% 68.63%
HSB/HSV 53° 52.94% 93.33%
CMYK 0.00% 5.88% 52.94%
6.67%

Color #EEE070 in popluar number systems.

HEX EE E0 70
Decimal 238 224 112
Binary 11101110 11100000 1110000
Octal 356 340 160

Shades and tints

Shades of #EEE070

#EEE070
(238,224,112)
#D9CC66
(217,204,102)
#C4B85C
(196,184,92)
#AFA452
(175,164,82)
#9A9048
(154,144,72)
#857C3E
(133,124,62)
#706834
(112,104,52)
#5B542A
(91,84,42)
#464020
(70,64,32)
#312C16
(49,44,22)
#1C180C
(28,24,12)
#000000
(0,0,0)

Tints of #EEE070

#EEE070
(238,224,112)
#EFE27D
(239,226,125)
#F0E48A
(240,228,138)
#F1E697
(241,230,151)
#F2E8A4
(242,232,164)
#F3EAB1
(243,234,177)
#F4ECBE
(244,236,190)
#F5EECB
(245,238,203)
#F6F0D8
(246,240,216)
#F7F2E5
(247,242,229)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE070 color. Also use rgb(238,224,112) instead hex code.

Text Font Color

.myTextColor { color: #EEE070; }

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

This text font color is #EEE070.

Background Color

.myBgColor { background-color: #EEE070; }

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

This div background color is #EEE070.

Border color

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

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

This div border color is #EEE070.

Opacity

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

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

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

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

This text has shadow with #EEE070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE070.

Preview

Color preview on black background

This text has color #EEE070 on black background.


Color preview on white background

This text has color #EEE070 on white background.


Black color preview on #EEE070 background

This text has black color on #EEE070 background.


White color preview on #EEE070 background

This text has white color on #EEE070 background.


Related colors

Complementary color

Complementary color for #hex is #111F8F.


I love getcolorcode.com

Triadic colors

1 #70EEE0 and #E070EE with #EEE070 are triadic colors.

2 #70E0EE and #E0EE70 with #EEE070 are triadic colors.