COLOR #E0D698

HEX: #E0D698
RGB: (224,214,152)

Color info

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

RGB color model

#E0D698 color RGB value is (224,214,152).

  • red value is 224;
  • green value is 214;
  • blue value is 152.
RGB:
(224,214,152)
(88%,84%,60%)

RGB channels and saturation

R 224 of 255 = 88%
G 214 of 255 = 84%
B 152 of 255 = 60%

224
214
152

R + G + B ~ 77%. #E0D698 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 214 + 152 = 590 (100%)
R 224 of 590 ~ 37.97%
G 214 of 590 ~ 36.27%
B 152 of 590 ~ 25.76%

%37.97
%36.27
%25.76

CMYK color model

#E0D698 color CMYK value is (0,4,32,12).

  • cyan value is 0.00%
  • magenta value is 4.46%
  • yellow value is 32.14%
  • key color value is 12.16%
CMYK:
(0,4,32,12)
C0M4Y32K12 
(0%,4%,32%,12%)
(0.00/0.04/0.32/0.12)	

CMYK percentages

%0
%4.46
%32.14
%12.16

Codes

Color #E0D698 in popluar color models

E0D698
RGB224214152
HSL52°53.73%73.73%
HSB/HSV52°32.14%87.84%
CMYK0.00%4.46%32.14%
12.16%

Color #E0D698 in popluar number systems.

HEXE0D698
Decimal224214152
Binary111000001101011010011000
Octal340326230

Shades and tints

Shades of #E0D698

#E0D698
(224,214,152)
#CCC38B
(204,195,139)
#B8B07E
(184,176,126)
#A49D71
(164,157,113)
#908A64
(144,138,100)
#7C7757
(124,119,87)
#68644A
(104,100,74)
#54513D
(84,81,61)
#403E30
(64,62,48)
#2C2B23
(44,43,35)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #E0D698

#E0D698
(224,214,152)
#E2D9A1
(226,217,161)
#E4DCAA
(228,220,170)
#E6DFB3
(230,223,179)
#E8E2BC
(232,226,188)
#EAE5C5
(234,229,197)
#ECE8CE
(236,232,206)
#EEEBD7
(238,235,215)
#F0EEE0
(240,238,224)
#F2F1E9
(242,241,233)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D698 color. Also use rgb(224,214,152) instead hex code.

Text Font Color

.myTextColor { color: #E0D698; }

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

This text font color is #E0D698.


Background Color

.myBgColor { background-color: #E0D698; }

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

This div background color is #E0D698.


Border color

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

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

This div border color is #E0D698.


Opacity

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

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

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

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

This text has shadow with #E0D698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D698 on black background.


Color preview on white background

This text has color #E0D698 on white background.



Black color preview on #E0D698 background

This text has black color on #E0D698 background.


White color preview on #E0D698 background

This text has white color on #E0D698 background.