COLOR #EEE564

HEX: #EEE564 RGB: (238,229,100)

Color info

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

RGB color model

#EEE564 color RGB value is (238,229,100).

RGB: (238,229,100) (93%, 90%, 39%)

RGB channels and saturation

R 238 of 255 = 93%
G 229 of 255 = 90%
B 100 of 255 = 39%

238
229
100

R + G + B ~ 74%. #EEE564 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 229 + 100 = 567 (100%)
R 238 of 567 ~ 41.98%
G 229 of 567 ~ 40.39%
B 100 of 567 ~ 17.64'%

%41.98
%40.39
%17.64

CMYK color model

#EEE564 color CMYK value is (0,4,58,7).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 57.98%
  • key color value is 6.67%

CMYK: (0,4,58,7)
C0M4Y58K7 (0%, 4%, 58%, 7%)
(0.00 / 0.04 / 0.58 / 0.07)

CMYK percentages

%0
%3.78
%57.98
%6.67

Codes

Color #EEE564 in popluar color models

EE E5 64
RGB 238 229 100
HSL 56° 80.23% 66.27%
HSB/HSV 56° 57.98% 93.33%
CMYK 0.00% 3.78% 57.98%
6.67%

Color #EEE564 in popluar number systems.

HEX EE E5 64
Decimal 238 229 100
Binary 11101110 11100101 1100100
Octal 356 345 144

Shades and tints

Shades of #EEE564

#EEE564
(238,229,100)
#D9D15B
(217,209,91)
#C4BD52
(196,189,82)
#AFA949
(175,169,73)
#9A9540
(154,149,64)
#858137
(133,129,55)
#706D2E
(112,109,46)
#5B5925
(91,89,37)
#46451C
(70,69,28)
#313113
(49,49,19)
#1C1D0A
(28,29,10)
#000000
(0,0,0)

Tints of #EEE564

#EEE564
(238,229,100)
#EFE772
(239,231,114)
#F0E980
(240,233,128)
#F1EB8E
(241,235,142)
#F2ED9C
(242,237,156)
#F3EFAA
(243,239,170)
#F4F1B8
(244,241,184)
#F5F3C6
(245,243,198)
#F6F5D4
(246,245,212)
#F7F7E2
(247,247,226)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE564 color. Also use rgb(238,229,100) instead hex code.

Text Font Color

.myTextColor { color: #EEE564; }

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

This text font color is #EEE564.

Background Color

.myBgColor { background-color: #EEE564; }

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

This div background color is #EEE564.

Border color

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

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

This div border color is #EEE564.

Opacity

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

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

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

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

This text has shadow with #EEE564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE564.

Preview

Color preview on black background

This text has color #EEE564 on black background.


Color preview on white background

This text has color #EEE564 on white background.


Black color preview on #EEE564 background

This text has black color on #EEE564 background.


White color preview on #EEE564 background

This text has white color on #EEE564 background.


Related colors

Complementary color

Complementary color for #hex is #111A9B.


I love getcolorcode.com

Triadic colors

1 #64EEE5 and #E564EE with #EEE564 are triadic colors.

2 #64E5EE and #E5EE64 with #EEE564 are triadic colors.