COLOR #E4CF9E

HEX: #E4CF9E RGB: (228,207,158)

Color info

#E4CF9E contains mainly red and green colors. Web safe color of #E4CF9E is #CCCC99 (or #CC9).

RGB color model

#E4CF9E color RGB value is (228,207,158).

RGB: (228,207,158) (89%, 81%, 62%)

RGB channels and saturation

R 228 of 255 = 89%
G 207 of 255 = 81%
B 158 of 255 = 62%

228
207
158

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

Portions of RGB colors in percentages

R + G + B = 228 + 207 + 158 = 593 (100%)
R 228 of 593 ~ 38.45%
G 207 of 593 ~ 34.91%
B 158 of 593 ~ 26.64'%

%38.45
%34.91
%26.64

CMYK color model

#E4CF9E color CMYK value is (0,9,31,11).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 30.70%
  • key color value is 10.59%

CMYK: (0,9,31,11)
C0M9Y31K11 (0%, 9%, 31%, 11%)
(0.00 / 0.09 / 0.31 / 0.11)

CMYK percentages

%0
%9.21
%30.7
%10.59

Codes

Color #E4CF9E in popluar color models

E4 CF 9E
RGB 228 207 158
HSL 42° 56.45% 75.69%
HSB/HSV 42° 30.70% 89.41%
CMYK 0.00% 9.21% 30.70%
10.59%

Color #E4CF9E in popluar number systems.

HEX E4 CF 9E
Decimal 228 207 158
Binary 11100100 11001111 10011110
Octal 344 317 236

Shades and tints

Shades of #E4CF9E

#E4CF9E
(228,207,158)
#D0BD90
(208,189,144)
#BCAB82
(188,171,130)
#A89974
(168,153,116)
#948766
(148,135,102)
#807558
(128,117,88)
#6C634A
(108,99,74)
#58513C
(88,81,60)
#443F2E
(68,63,46)
#302D20
(48,45,32)
#1C1B12
(28,27,18)
#000000
(0,0,0)

Tints of #E4CF9E

#E4CF9E
(228,207,158)
#E6D3A6
(230,211,166)
#E8D7AE
(232,215,174)
#EADBB6
(234,219,182)
#ECDFBE
(236,223,190)
#EEE3C6
(238,227,198)
#F0E7CE
(240,231,206)
#F2EBD6
(242,235,214)
#F4EFDE
(244,239,222)
#F6F3E6
(246,243,230)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CF9E color. Also use rgb(228,207,158) instead hex code.

Text Font Color

.myTextColor { color: #E4CF9E; }

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

This text font color is #E4CF9E.

Background Color

.myBgColor { background-color: #E4CF9E; }

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

This div background color is #E4CF9E.

Border color

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

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

This div border color is #E4CF9E.

Opacity

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

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

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

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

This text has shadow with #E4CF9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CF9E.

Preview

Color preview on black background

This text has color #E4CF9E on black background.


Color preview on white background

This text has color #E4CF9E on white background.


Black color preview on #E4CF9E background

This text has black color on #E4CF9E background.


White color preview on #E4CF9E background

This text has white color on #E4CF9E background.


Related colors

Complementary color

Complementary color for #hex is #1B3061.


I love getcolorcode.com

Triadic colors

1 #9EE4CF and #CF9EE4 with #E4CF9E are triadic colors.

2 #9ECFE4 and #CFE49E with #E4CF9E are triadic colors.