COLOR #E0CF8A

HEX: #E0CF8A RGB: (224,207,138)

Color info

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

RGB color model

#E0CF8A color RGB value is (224,207,138).

RGB: (224,207,138) (88%, 81%, 54%)

RGB channels and saturation

R 224 of 255 = 88%
G 207 of 255 = 81%
B 138 of 255 = 54%

224
207
138

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

Portions of RGB colors in percentages

R + G + B = 224 + 207 + 138 = 569 (100%)
R 224 of 569 ~ 39.37%
G 207 of 569 ~ 36.38%
B 138 of 569 ~ 24.25'%

%39.37
%36.38
%24.25

CMYK color model

#E0CF8A color CMYK value is (0,8,38,12).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 38.39%
  • key color value is 12.16%

CMYK: (0,8,38,12)
C0M8Y38K12 (0%, 8%, 38%, 12%)
(0.00 / 0.08 / 0.38 / 0.12)

CMYK percentages

%0
%7.59
%38.39
%12.16

Codes

Color #E0CF8A in popluar color models

E0 CF 8A
RGB 224 207 138
HSL 48° 58.11% 70.98%
HSB/HSV 48° 38.39% 87.84%
CMYK 0.00% 7.59% 38.39%
12.16%

Color #E0CF8A in popluar number systems.

HEX E0 CF 8A
Decimal 224 207 138
Binary 11100000 11001111 10001010
Octal 340 317 212

Shades and tints

Shades of #E0CF8A

#E0CF8A
(224,207,138)
#CCBD7E
(204,189,126)
#B8AB72
(184,171,114)
#A49966
(164,153,102)
#90875A
(144,135,90)
#7C754E
(124,117,78)
#686342
(104,99,66)
#545136
(84,81,54)
#403F2A
(64,63,42)
#2C2D1E
(44,45,30)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #E0CF8A

#E0CF8A
(224,207,138)
#E2D394
(226,211,148)
#E4D79E
(228,215,158)
#E6DBA8
(230,219,168)
#E8DFB2
(232,223,178)
#EAE3BC
(234,227,188)
#ECE7C6
(236,231,198)
#EEEBD0
(238,235,208)
#F0EFDA
(240,239,218)
#F2F3E4
(242,243,228)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CF8A color. Also use rgb(224,207,138) instead hex code.

Text Font Color

.myTextColor { color: #E0CF8A; }

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

This text font color is #E0CF8A.

Background Color

.myBgColor { background-color: #E0CF8A; }

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

This div background color is #E0CF8A.

Border color

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

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

This div border color is #E0CF8A.

Opacity

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

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

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

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

This text has shadow with #E0CF8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CF8A.

Preview

Color preview on black background

This text has color #E0CF8A on black background.


Color preview on white background

This text has color #E0CF8A on white background.


Black color preview on #E0CF8A background

This text has black color on #E0CF8A background.


White color preview on #E0CF8A background

This text has white color on #E0CF8A background.


Related colors

Complementary color

Complementary color for #hex is #1F3075.


I love getcolorcode.com

Triadic colors

1 #8AE0CF and #CF8AE0 with #E0CF8A are triadic colors.

2 #8ACFE0 and #CFE08A with #E0CF8A are triadic colors.