COLOR #EEC774

HEX: #EEC774 RGB: (238,199,116)

Color info

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

RGB color model

#EEC774 color RGB value is (238,199,116).

RGB: (238,199,116) (93%, 78%, 45%)

RGB channels and saturation

R 238 of 255 = 93%
G 199 of 255 = 78%
B 116 of 255 = 45%

238
199
116

R + G + B ~ 72%. #EEC774 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 199 + 116 = 553 (100%)
R 238 of 553 ~ 43.04%
G 199 of 553 ~ 35.99%
B 116 of 553 ~ 20.98'%

%43.04
%35.99
%20.98

CMYK color model

#EEC774 color CMYK value is (0,16,51,7).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 51.26%
  • key color value is 6.67%

CMYK: (0,16,51,7)
C0M16Y51K7 (0%, 16%, 51%, 7%)
(0.00 / 0.16 / 0.51 / 0.07)

CMYK percentages

%0
%16.39
%51.26
%6.67

Codes

Color #EEC774 in popluar color models

EE C7 74
RGB 238 199 116
HSL 41° 78.21% 69.41%
HSB/HSV 41° 51.26% 93.33%
CMYK 0.00% 16.39% 51.26%
6.67%

Color #EEC774 in popluar number systems.

HEX EE C7 74
Decimal 238 199 116
Binary 11101110 11000111 1110100
Octal 356 307 164

Shades and tints

Shades of #EEC774

#EEC774
(238,199,116)
#D9B56A
(217,181,106)
#C4A360
(196,163,96)
#AF9156
(175,145,86)
#9A7F4C
(154,127,76)
#856D42
(133,109,66)
#705B38
(112,91,56)
#5B492E
(91,73,46)
#463724
(70,55,36)
#31251A
(49,37,26)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #EEC774

#EEC774
(238,199,116)
#EFCC80
(239,204,128)
#F0D18C
(240,209,140)
#F1D698
(241,214,152)
#F2DBA4
(242,219,164)
#F3E0B0
(243,224,176)
#F4E5BC
(244,229,188)
#F5EAC8
(245,234,200)
#F6EFD4
(246,239,212)
#F7F4E0
(247,244,224)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC774 color. Also use rgb(238,199,116) instead hex code.

Text Font Color

.myTextColor { color: #EEC774; }

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

This text font color is #EEC774.

Background Color

.myBgColor { background-color: #EEC774; }

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

This div background color is #EEC774.

Border color

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

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

This div border color is #EEC774.

Opacity

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

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

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

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

This text has shadow with #EEC774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC774.

Preview

Color preview on black background

This text has color #EEC774 on black background.


Color preview on white background

This text has color #EEC774 on white background.


Black color preview on #EEC774 background

This text has black color on #EEC774 background.


White color preview on #EEC774 background

This text has white color on #EEC774 background.


Related colors

Complementary color

Complementary color for #hex is #11388B.


I love getcolorcode.com

Triadic colors

1 #74EEC7 and #C774EE with #EEC774 are triadic colors.

2 #74C7EE and #C7EE74 with #EEC774 are triadic colors.