COLOR #EAD998

HEX: #EAD998 RGB: (234,217,152)

Color info

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

RGB color model

#EAD998 color RGB value is (234,217,152).

RGB: (234,217,152) (92%, 85%, 60%)

RGB channels and saturation

R 234 of 255 = 92%
G 217 of 255 = 85%
B 152 of 255 = 60%

234
217
152

R + G + B ~ 79%. #EAD998 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 217 + 152 = 603 (100%)
R 234 of 603 ~ 38.81%
G 217 of 603 ~ 35.99%
B 152 of 603 ~ 25.21'%

%38.81
%35.99
%25.21

CMYK color model

#EAD998 color CMYK value is (0,7,35,8).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 35.04%
  • key color value is 8.24%

CMYK: (0,7,35,8)
C0M7Y35K8 (0%, 7%, 35%, 8%)
(0.00 / 0.07 / 0.35 / 0.08)

CMYK percentages

%0
%7.26
%35.04
%8.24

Codes

Color #EAD998 in popluar color models

EA D9 98
RGB 234 217 152
HSL 48° 66.13% 75.69%
HSB/HSV 48° 35.04% 91.76%
CMYK 0.00% 7.26% 35.04%
8.24%

Color #EAD998 in popluar number systems.

HEX EA D9 98
Decimal 234 217 152
Binary 11101010 11011001 10011000
Octal 352 331 230

Shades and tints

Shades of #EAD998

#EAD998
(234,217,152)
#D5C68B
(213,198,139)
#C0B37E
(192,179,126)
#ABA071
(171,160,113)
#968D64
(150,141,100)
#817A57
(129,122,87)
#6C674A
(108,103,74)
#57543D
(87,84,61)
#424130
(66,65,48)
#2D2E23
(45,46,35)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #EAD998

#EAD998
(234,217,152)
#EBDCA1
(235,220,161)
#ECDFAA
(236,223,170)
#EDE2B3
(237,226,179)
#EEE5BC
(238,229,188)
#EFE8C5
(239,232,197)
#F0EBCE
(240,235,206)
#F1EED7
(241,238,215)
#F2F1E0
(242,241,224)
#F3F4E9
(243,244,233)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD998; }

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

This text font color is #EAD998.

Background Color

.myBgColor { background-color: #EAD998; }

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

This div background color is #EAD998.

Border color

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

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

This div border color is #EAD998.

Opacity

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

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

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

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

This text has shadow with #EAD998 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD998.

Preview

Color preview on black background

This text has color #EAD998 on black background.


Color preview on white background

This text has color #EAD998 on white background.


Black color preview on #EAD998 background

This text has black color on #EAD998 background.


White color preview on #EAD998 background

This text has white color on #EAD998 background.


Related colors

Complementary color

Complementary color for #hex is #152667.


I love getcolorcode.com

Triadic colors

1 #98EAD9 and #D998EA with #EAD998 are triadic colors.

2 #98D9EA and #D9EA98 with #EAD998 are triadic colors.