COLOR #E4CE80

HEX: #E4CE80
RGB: (228,206,128)

Color info

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

RGB color model

#E4CE80 color RGB value is (228,206,128).

  • red value is 228;
  • green value is 206;
  • blue value is 128.
RGB:
(228,206,128)
(89%,81%,50%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 128 of 255 = 50%

228
206
128

R + G + B ~ 73%. #E4CE80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 206 + 128 = 562 (100%)
R 228 of 562 ~ 40.57%
G 206 of 562 ~ 36.65%
B 128 of 562 ~ 22.78%

%40.57
%36.65
%22.78

CMYK color model

#E4CE80 color CMYK value is (0,10,44,11).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 43.86%
  • key color value is 10.59%
CMYK:
(0,10,44,11)
C0M10Y44K11 
(0%,10%,44%,11%)
(0.00/0.10/0.44/0.11)	

CMYK percentages

%0
%9.65
%43.86
%10.59

Codes

Color #E4CE80 in popluar color models

E4CE80
RGB228206128
HSL47°64.94%69.80%
HSB/HSV47°43.86%89.41%
CMYK0.00%9.65%43.86%
10.59%

Color #E4CE80 in popluar number systems.

HEXE4CE80
Decimal228206128
Binary111001001100111010000000
Octal344316200

Shades and tints

Shades of #E4CE80

#E4CE80
(228,206,128)
#D0BC75
(208,188,117)
#BCAA6A
(188,170,106)
#A8985F
(168,152,95)
#948654
(148,134,84)
#807449
(128,116,73)
#6C623E
(108,98,62)
#585033
(88,80,51)
#443E28
(68,62,40)
#302C1D
(48,44,29)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #E4CE80

#E4CE80
(228,206,128)
#E6D28B
(230,210,139)
#E8D696
(232,214,150)
#EADAA1
(234,218,161)
#ECDEAC
(236,222,172)
#EEE2B7
(238,226,183)
#F0E6C2
(240,230,194)
#F2EACD
(242,234,205)
#F4EED8
(244,238,216)
#F6F2E3
(246,242,227)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CE80 color. Also use rgb(228,206,128) instead hex code.

Text Font Color

.myTextColor { color: #E4CE80; }

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

This text font color is #E4CE80.


Background Color

.myBgColor { background-color: #E4CE80; }

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

This div background color is #E4CE80.


Border color

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

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

This div border color is #E4CE80.


Opacity

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

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

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

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

This text has shadow with #E4CE80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CE80 on black background.


Color preview on white background

This text has color #E4CE80 on white background.



Black color preview on #E4CE80 background

This text has black color on #E4CE80 background.


White color preview on #E4CE80 background

This text has white color on #E4CE80 background.