COLOR #EEC69C

HEX: #EEC69C RGB: (238,198,156)

Color info

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

RGB color model

#EEC69C color RGB value is (238,198,156).

RGB: (238,198,156) (93%, 78%, 61%)

RGB channels and saturation

R 238 of 255 = 93%
G 198 of 255 = 78%
B 156 of 255 = 61%

238
198
156

R + G + B ~ 77%. #EEC69C is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 198 + 156 = 592 (100%)
R 238 of 592 ~ 40.2%
G 198 of 592 ~ 33.45%
B 156 of 592 ~ 26.35'%

%40.2
%33.45
%26.35

CMYK color model

#EEC69C color CMYK value is (0,17,34,7).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 34.45%
  • key color value is 6.67%

CMYK: (0,17,34,7)
C0M17Y34K7 (0%, 17%, 34%, 7%)
(0.00 / 0.17 / 0.34 / 0.07)

CMYK percentages

%0
%16.81
%34.45
%6.67

Codes

Color #EEC69C in popluar color models

EE C6 9C
RGB 238 198 156
HSL 31° 70.69% 77.25%
HSB/HSV 31° 34.45% 93.33%
CMYK 0.00% 16.81% 34.45%
6.67%

Color #EEC69C in popluar number systems.

HEX EE C6 9C
Decimal 238 198 156
Binary 11101110 11000110 10011100
Octal 356 306 234

Shades and tints

Shades of #EEC69C

#EEC69C
(238,198,156)
#D9B48E
(217,180,142)
#C4A280
(196,162,128)
#AF9072
(175,144,114)
#9A7E64
(154,126,100)
#856C56
(133,108,86)
#705A48
(112,90,72)
#5B483A
(91,72,58)
#46362C
(70,54,44)
#31241E
(49,36,30)
#1C1210
(28,18,16)
#000000
(0,0,0)

Tints of #EEC69C

#EEC69C
(238,198,156)
#EFCBA5
(239,203,165)
#F0D0AE
(240,208,174)
#F1D5B7
(241,213,183)
#F2DAC0
(242,218,192)
#F3DFC9
(243,223,201)
#F4E4D2
(244,228,210)
#F5E9DB
(245,233,219)
#F6EEE4
(246,238,228)
#F7F3ED
(247,243,237)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC69C color. Also use rgb(238,198,156) instead hex code.

Text Font Color

.myTextColor { color: #EEC69C; }

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

This text font color is #EEC69C.

Background Color

.myBgColor { background-color: #EEC69C; }

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

This div background color is #EEC69C.

Border color

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

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

This div border color is #EEC69C.

Opacity

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

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

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

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

This text has shadow with #EEC69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEC69C.

Preview

Color preview on black background

This text has color #EEC69C on black background.


Color preview on white background

This text has color #EEC69C on white background.


Black color preview on #EEC69C background

This text has black color on #EEC69C background.


White color preview on #EEC69C background

This text has white color on #EEC69C background.


Related colors

Complementary color

Complementary color for #hex is #113963.


I love getcolorcode.com

Triadic colors

1 #9CEEC6 and #C69CEE with #EEC69C are triadic colors.

2 #9CC6EE and #C6EE9C with #EEC69C are triadic colors.