COLOR #EADE7D

HEX: #EADE7D RGB: (234,222,125)

Color info

#EADE7D contains mainly red and green colors. Web safe color of #EADE7D is #FFCC66 (or #FC6).

RGB color model

#EADE7D color RGB value is (234,222,125).

RGB: (234,222,125) (92%, 87%, 49%)

RGB channels and saturation

R 234 of 255 = 92%
G 222 of 255 = 87%
B 125 of 255 = 49%

234
222
125

R + G + B ~ 76%. #EADE7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 222 + 125 = 581 (100%)
R 234 of 581 ~ 40.28%
G 222 of 581 ~ 38.21%
B 125 of 581 ~ 21.51'%

%40.28
%38.21
%21.51

CMYK color model

#EADE7D color CMYK value is (0,5,47,8).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 46.58%
  • key color value is 8.24%

CMYK: (0,5,47,8)
C0M5Y47K8 (0%, 5%, 47%, 8%)
(0.00 / 0.05 / 0.47 / 0.08)

CMYK percentages

%0
%5.13
%46.58
%8.24

Codes

Color #EADE7D in popluar color models

EA DE 7D
RGB 234 222 125
HSL 53° 72.19% 70.39%
HSB/HSV 53° 46.58% 91.76%
CMYK 0.00% 5.13% 46.58%
8.24%

Color #EADE7D in popluar number systems.

HEX EA DE 7D
Decimal 234 222 125
Binary 11101010 11011110 1111101
Octal 352 336 175

Shades and tints

Shades of #EADE7D

#EADE7D
(234,222,125)
#D5CA72
(213,202,114)
#C0B667
(192,182,103)
#ABA25C
(171,162,92)
#968E51
(150,142,81)
#817A46
(129,122,70)
#6C663B
(108,102,59)
#575230
(87,82,48)
#423E25
(66,62,37)
#2D2A1A
(45,42,26)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #EADE7D

#EADE7D
(234,222,125)
#EBE188
(235,225,136)
#ECE493
(236,228,147)
#EDE79E
(237,231,158)
#EEEAA9
(238,234,169)
#EFEDB4
(239,237,180)
#F0F0BF
(240,240,191)
#F1F3CA
(241,243,202)
#F2F6D5
(242,246,213)
#F3F9E0
(243,249,224)
#F4FCEB
(244,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADE7D color. Also use rgb(234,222,125) instead hex code.

Text Font Color

.myTextColor { color: #EADE7D; }

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

This text font color is #EADE7D.

Background Color

.myBgColor { background-color: #EADE7D; }

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

This div background color is #EADE7D.

Border color

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

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

This div border color is #EADE7D.

Opacity

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

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

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

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

This text has shadow with #EADE7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EADE7D.

Preview

Color preview on black background

This text has color #EADE7D on black background.


Color preview on white background

This text has color #EADE7D on white background.


Black color preview on #EADE7D background

This text has black color on #EADE7D background.


White color preview on #EADE7D background

This text has white color on #EADE7D background.


Related colors

Complementary color

Complementary color for #hex is #152182.


I love getcolorcode.com

Triadic colors

1 #7DEADE and #DE7DEA with #EADE7D are triadic colors.

2 #7DDEEA and #DEEA7D with #EADE7D are triadic colors.