COLOR #E8D298

HEX: #E8D298
RGB: (232,210,152)

Color info

#E8D298 contains mainly red and green colors. Web safe color of #E8D298 is #FFCC99 (or #FC9).

RGB color model

#E8D298 color RGB value is (232,210,152).

  • red value is 232;
  • green value is 210;
  • blue value is 152.
RGB:
(232,210,152)
(91%,82%,60%)

RGB channels and saturation

R 232 of 255 = 91%
G 210 of 255 = 82%
B 152 of 255 = 60%

232
210
152

R + G + B ~ 78%. #E8D298 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 210 + 152 = 594 (100%)
R 232 of 594 ~ 39.06%
G 210 of 594 ~ 35.35%
B 152 of 594 ~ 25.59%

%39.06
%35.35
%25.59

CMYK color model

#E8D298 color CMYK value is (0,9,34,9).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 34.48%
  • key color value is 9.02%
CMYK:
(0,9,34,9)
C0M9Y34K9 
(0%,9%,34%,9%)
(0.00/0.09/0.34/0.09)	

CMYK percentages

%0
%9.48
%34.48
%9.02

Codes

Color #E8D298 in popluar color models

E8D298
RGB232210152
HSL44°63.49%75.29%
HSB/HSV44°34.48%90.98%
CMYK0.00%9.48%34.48%
9.02%

Color #E8D298 in popluar number systems.

HEXE8D298
Decimal232210152
Binary111010001101001010011000
Octal350322230

Shades and tints

Shades of #E8D298

#E8D298
(232,210,152)
#D3BF8B
(211,191,139)
#BEAC7E
(190,172,126)
#A99971
(169,153,113)
#948664
(148,134,100)
#7F7357
(127,115,87)
#6A604A
(106,96,74)
#554D3D
(85,77,61)
#403A30
(64,58,48)
#2B2723
(43,39,35)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #E8D298

#E8D298
(232,210,152)
#EAD6A1
(234,214,161)
#ECDAAA
(236,218,170)
#EEDEB3
(238,222,179)
#F0E2BC
(240,226,188)
#F2E6C5
(242,230,197)
#F4EACE
(244,234,206)
#F6EED7
(246,238,215)
#F8F2E0
(248,242,224)
#FAF6E9
(250,246,233)
#FCFAF2
(252,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8D298 color. Also use rgb(232,210,152) instead hex code.

Text Font Color

.myTextColor { color: #E8D298; }

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

This text font color is #E8D298.


Background Color

.myBgColor { background-color: #E8D298; }

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

This div background color is #E8D298.


Border color

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

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

This div border color is #E8D298.


Opacity

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

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

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

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

This text has shadow with #E8D298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8D298 on black background.


Color preview on white background

This text has color #E8D298 on white background.



Black color preview on #E8D298 background

This text has black color on #E8D298 background.


White color preview on #E8D298 background

This text has white color on #E8D298 background.