COLOR #E0CD88

HEX: #E0CD88
RGB: (224,205,136)

Color info

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

RGB color model

#E0CD88 color RGB value is (224,205,136).

  • red value is 224;
  • green value is 205;
  • blue value is 136.
RGB:
(224,205,136)
(88%,80%,53%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 136 of 255 = 53%

224
205
136

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

Portions of RGB colors in percentages

R + G + B =
224 + 205 + 136 = 565 (100%)
R 224 of 565 ~ 39.65%
G 205 of 565 ~ 36.28%
B 136 of 565 ~ 24.07%

%39.65
%36.28
%24.07

CMYK color model

#E0CD88 color CMYK value is (0,8,39,12).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 39.29%
  • key color value is 12.16%
CMYK:
(0,8,39,12)
C0M8Y39K12 
(0%,8%,39%,12%)
(0.00/0.08/0.39/0.12)	

CMYK percentages

%0
%8.48
%39.29
%12.16

Codes

Color #E0CD88 in popluar color models

E0CD88
RGB224205136
HSL47°58.67%70.59%
HSB/HSV47°39.29%87.84%
CMYK0.00%8.48%39.29%
12.16%

Color #E0CD88 in popluar number systems.

HEXE0CD88
Decimal224205136
Binary111000001100110110001000
Octal340315210

Shades and tints

Shades of #E0CD88

#E0CD88
(224,205,136)
#CCBB7C
(204,187,124)
#B8A970
(184,169,112)
#A49764
(164,151,100)
#908558
(144,133,88)
#7C734C
(124,115,76)
#686140
(104,97,64)
#544F34
(84,79,52)
#403D28
(64,61,40)
#2C2B1C
(44,43,28)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #E0CD88

#E0CD88
(224,205,136)
#E2D192
(226,209,146)
#E4D59C
(228,213,156)
#E6D9A6
(230,217,166)
#E8DDB0
(232,221,176)
#EAE1BA
(234,225,186)
#ECE5C4
(236,229,196)
#EEE9CE
(238,233,206)
#F0EDD8
(240,237,216)
#F2F1E2
(242,241,226)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CD88 color. Also use rgb(224,205,136) instead hex code.

Text Font Color

.myTextColor { color: #E0CD88; }

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

This text font color is #E0CD88.


Background Color

.myBgColor { background-color: #E0CD88; }

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

This div background color is #E0CD88.


Border color

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

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

This div border color is #E0CD88.


Opacity

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

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

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

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

This text has shadow with #E0CD88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CD88 on black background.


Color preview on white background

This text has color #E0CD88 on white background.



Black color preview on #E0CD88 background

This text has black color on #E0CD88 background.


White color preview on #E0CD88 background

This text has white color on #E0CD88 background.