COLOR #E5CF70

HEX: #E5CF70 RGB: (229,207,112)

Color info

#E5CF70 contains mainly red and green colors. Web safe color of #E5CF70 is #CCCC66 (or #CC6).

RGB color model

#E5CF70 color RGB value is (229,207,112).

RGB: (229,207,112) (90%, 81%, 44%)

RGB channels and saturation

R 229 of 255 = 90%
G 207 of 255 = 81%
B 112 of 255 = 44%

229
207
112

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

Portions of RGB colors in percentages

R + G + B = 229 + 207 + 112 = 548 (100%)
R 229 of 548 ~ 41.79%
G 207 of 548 ~ 37.77%
B 112 of 548 ~ 20.44'%

%41.79
%37.77
%20.44

CMYK color model

#E5CF70 color CMYK value is (0,10,51,10).

  • cyan value is 0.00%
  • magenta value is 9.61%
  • yellow value is 51.09%
  • key color value is 10.20%
CMYK: (0,10,51,10) C0M10Y51K10 (0%,10%,51%,10%) (0.00/0.10/0.51/0.10) 

CMYK percentages

%0
%9.61
%51.09
%10.2

Codes

Color #E5CF70 in popluar color models

E5 CF 70
RGB 229 207 112
HSL 49° 69.23% 66.86%
HSB/HSV 49° 51.09% 89.80%
CMYK 0.00% 9.61% 51.09%
10.20%

Color #E5CF70 in popluar number systems.

HEX E5 CF 70
Decimal 229 207 112
Binary 11100101 11001111 1110000
Octal 345 317 160

Shades and tints

Shades of #E5CF70

#E5CF70
(229,207,112)
#D1BD66
(209,189,102)
#BDAB5C
(189,171,92)
#A99952
(169,153,82)
#958748
(149,135,72)
#81753E
(129,117,62)
#6D6334
(109,99,52)
#59512A
(89,81,42)
#453F20
(69,63,32)
#312D16
(49,45,22)
#1D1B0C
(29,27,12)
#000000
(0,0,0)

Tints of #E5CF70

#E5CF70
(229,207,112)
#E7D37D
(231,211,125)
#E9D78A
(233,215,138)
#EBDB97
(235,219,151)
#EDDFA4
(237,223,164)
#EFE3B1
(239,227,177)
#F1E7BE
(241,231,190)
#F3EBCB
(243,235,203)
#F5EFD8
(245,239,216)
#F7F3E5
(247,243,229)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CF70 color. Also use rgb(229,207,112) instead hex code.

Text Font Color

.myTextColor { color: #E5CF70; }

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

This text font color is #E5CF70.

Background Color

.myBgColor { background-color: #E5CF70; }

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

This div background color is #E5CF70.

Border color

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

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

This div border color is #E5CF70.

Opacity

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

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

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

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

This text has shadow with #E5CF70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CF70.

Preview

Color preview on black background

This text has color #E5CF70 on black background.


Color preview on white background

This text has color #E5CF70 on white background.


Black color preview on #E5CF70 background

This text has black color on #E5CF70 background.


White color preview on #E5CF70 background

This text has white color on #E5CF70 background.


Related colors

Complementary color

Complementary color for #hex is #1A308F.


I love getcolorcode.com

Triadic colors

1 #70E5CF and #CF70E5 with #E5CF70 are triadic colors.

2 #70CFE5 and #CFE570 with #E5CF70 are triadic colors.