COLOR #E4CE8F

HEX: #E4CE8F RGB: (228,206,143)

Color info

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

RGB color model

#E4CE8F color RGB value is (228,206,143).

RGB: (228,206,143) (89%, 81%, 56%)

RGB channels and saturation

R 228 of 255 = 89%
G 206 of 255 = 81%
B 143 of 255 = 56%

228
206
143

R + G + B ~ 75%. #E4CE8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 206 + 143 = 577 (100%)
R 228 of 577 ~ 39.51%
G 206 of 577 ~ 35.7%
B 143 of 577 ~ 24.78'%

%39.51
%35.7
%24.78

CMYK color model

#E4CE8F color CMYK value is (0,10,37,11).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 37.28%
  • key color value is 10.59%
CMYK: (0,10,37,11) C0M10Y37K11 (0%,10%,37%,11%) (0.00/0.10/0.37/0.11) 

CMYK percentages

%0
%9.65
%37.28
%10.59

Codes

Color #E4CE8F in popluar color models

E4 CE 8F
RGB 228 206 143
HSL 44° 61.15% 72.75%
HSB/HSV 44° 37.28% 89.41%
CMYK 0.00% 9.65% 37.28%
10.59%

Color #E4CE8F in popluar number systems.

HEX E4 CE 8F
Decimal 228 206 143
Binary 11100100 11001110 10001111
Octal 344 316 217

Shades and tints

Shades of #E4CE8F

#E4CE8F
(228,206,143)
#D0BC82
(208,188,130)
#BCAA75
(188,170,117)
#A89868
(168,152,104)
#94865B
(148,134,91)
#80744E
(128,116,78)
#6C6241
(108,98,65)
#585034
(88,80,52)
#443E27
(68,62,39)
#302C1A
(48,44,26)
#1C1A0D
(28,26,13)
#000000
(0,0,0)

Tints of #E4CE8F

#E4CE8F
(228,206,143)
#E6D299
(230,210,153)
#E8D6A3
(232,214,163)
#EADAAD
(234,218,173)
#ECDEB7
(236,222,183)
#EEE2C1
(238,226,193)
#F0E6CB
(240,230,203)
#F2EAD5
(242,234,213)
#F4EEDF
(244,238,223)
#F6F2E9
(246,242,233)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CE8F; }

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

This text font color is #E4CE8F.

Background Color

.myBgColor { background-color: #E4CE8F; }

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

This div background color is #E4CE8F.

Border color

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

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

This div border color is #E4CE8F.

Opacity

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

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

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

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

This text has shadow with #E4CE8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CE8F.

Preview

Color preview on black background

This text has color #E4CE8F on black background.


Color preview on white background

This text has color #E4CE8F on white background.


Black color preview on #E4CE8F background

This text has black color on #E4CE8F background.


White color preview on #E4CE8F background

This text has white color on #E4CE8F background.


Related colors

Complementary color

Complementary color for #hex is #1B3170.


I love getcolorcode.com

Triadic colors

1 #8FE4CE and #CE8FE4 with #E4CE8F are triadic colors.

2 #8FCEE4 and #CEE48F with #E4CE8F are triadic colors.