COLOR #EECF97

HEX: #EECF97 RGB: (238,207,151)

Color info

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

RGB color model

#EECF97 color RGB value is (238,207,151).

RGB: (238,207,151) (93%, 81%, 59%)

RGB channels and saturation

R 238 of 255 = 93%
G 207 of 255 = 81%
B 151 of 255 = 59%

238
207
151

R + G + B ~ 78%. #EECF97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 207 + 151 = 596 (100%)
R 238 of 596 ~ 39.93%
G 207 of 596 ~ 34.73%
B 151 of 596 ~ 25.34'%

%39.93
%34.73
%25.34

CMYK color model

#EECF97 color CMYK value is (0,13,37,7).

  • cyan value is 0.00%
  • magenta value is 13.03%
  • yellow value is 36.55%
  • key color value is 6.67%

CMYK: (0,13,37,7)
C0M13Y37K7 (0%, 13%, 37%, 7%)
(0.00 / 0.13 / 0.37 / 0.07)

CMYK percentages

%0
%13.03
%36.55
%6.67

Codes

Color #EECF97 in popluar color models

EE CF 97
RGB 238 207 151
HSL 39° 71.90% 76.27%
HSB/HSV 39° 36.55% 93.33%
CMYK 0.00% 13.03% 36.55%
6.67%

Color #EECF97 in popluar number systems.

HEX EE CF 97
Decimal 238 207 151
Binary 11101110 11001111 10010111
Octal 356 317 227

Shades and tints

Shades of #EECF97

#EECF97
(238,207,151)
#D9BD8A
(217,189,138)
#C4AB7D
(196,171,125)
#AF9970
(175,153,112)
#9A8763
(154,135,99)
#857556
(133,117,86)
#706349
(112,99,73)
#5B513C
(91,81,60)
#463F2F
(70,63,47)
#312D22
(49,45,34)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #EECF97

#EECF97
(238,207,151)
#EFD3A0
(239,211,160)
#F0D7A9
(240,215,169)
#F1DBB2
(241,219,178)
#F2DFBB
(242,223,187)
#F3E3C4
(243,227,196)
#F4E7CD
(244,231,205)
#F5EBD6
(245,235,214)
#F6EFDF
(246,239,223)
#F7F3E8
(247,243,232)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECF97 color. Also use rgb(238,207,151) instead hex code.

Text Font Color

.myTextColor { color: #EECF97; }

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

This text font color is #EECF97.

Background Color

.myBgColor { background-color: #EECF97; }

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

This div background color is #EECF97.

Border color

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

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

This div border color is #EECF97.

Opacity

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

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

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

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

This text has shadow with #EECF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECF97.

Preview

Color preview on black background

This text has color #EECF97 on black background.


Color preview on white background

This text has color #EECF97 on white background.


Black color preview on #EECF97 background

This text has black color on #EECF97 background.


White color preview on #EECF97 background

This text has white color on #EECF97 background.


Related colors

Complementary color

Complementary color for #hex is #113068.


I love getcolorcode.com

Triadic colors

1 #97EECF and #CF97EE with #EECF97 are triadic colors.

2 #97CFEE and #CFEE97 with #EECF97 are triadic colors.