COLOR #EAD398

HEX: #EAD398
RGB: (234,211,152)

Color info

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

RGB color model

#EAD398 color RGB value is (234,211,152).

  • red value is 234;
  • green value is 211;
  • blue value is 152.
RGB:
(234,211,152)
(92%,83%,60%)

RGB channels and saturation

R 234 of 255 = 92%
G 211 of 255 = 83%
B 152 of 255 = 60%

234
211
152

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

Portions of RGB colors in percentages

R + G + B =
234 + 211 + 152 = 597 (100%)
R 234 of 597 ~ 39.2%
G 211 of 597 ~ 35.34%
B 152 of 597 ~ 25.46%

%39.2
%35.34
%25.46

CMYK color model

#EAD398 color CMYK value is (0,10,35,8).

  • cyan value is 0.00%
  • magenta value is 9.83%
  • yellow value is 35.04%
  • key color value is 8.24%
CMYK:
(0,10,35,8)
C0M10Y35K8 
(0%,10%,35%,8%)
(0.00/0.10/0.35/0.08)	

CMYK percentages

%0
%9.83
%35.04
%8.24

Codes

Color #EAD398 in popluar color models

EAD398
RGB234211152
HSL43°66.13%75.69%
HSB/HSV43°35.04%91.76%
CMYK0.00%9.83%35.04%
8.24%

Color #EAD398 in popluar number systems.

HEXEAD398
Decimal234211152
Binary111010101101001110011000
Octal352323230

Shades and tints

Shades of #EAD398

#EAD398
(234,211,152)
#D5C08B
(213,192,139)
#C0AD7E
(192,173,126)
#AB9A71
(171,154,113)
#968764
(150,135,100)
#817457
(129,116,87)
#6C614A
(108,97,74)
#574E3D
(87,78,61)
#423B30
(66,59,48)
#2D2823
(45,40,35)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #EAD398

#EAD398
(234,211,152)
#EBD7A1
(235,215,161)
#ECDBAA
(236,219,170)
#EDDFB3
(237,223,179)
#EEE3BC
(238,227,188)
#EFE7C5
(239,231,197)
#F0EBCE
(240,235,206)
#F1EFD7
(241,239,215)
#F2F3E0
(242,243,224)
#F3F7E9
(243,247,233)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD398 color. Also use rgb(234,211,152) instead hex code.

Text Font Color

.myTextColor { color: #EAD398; }

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

This text font color is #EAD398.


Background Color

.myBgColor { background-color: #EAD398; }

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

This div background color is #EAD398.


Border color

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

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

This div border color is #EAD398.


Opacity

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

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

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

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

This text has shadow with #EAD398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD398 on black background.


Color preview on white background

This text has color #EAD398 on white background.



Black color preview on #EAD398 background

This text has black color on #EAD398 background.


White color preview on #EAD398 background

This text has white color on #EAD398 background.