COLOR #EADE7B

HEX: #EADE7B
RGB: (234,222,123)

Color info

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

RGB color model

#EADE7B color RGB value is (234,222,123).

  • red value is 234;
  • green value is 222;
  • blue value is 123.
RGB:
(234,222,123)
(92%,87%,48%)

RGB channels and saturation

R 234 of 255 = 92%
G 222 of 255 = 87%
B 123 of 255 = 48%

234
222
123

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

Portions of RGB colors in percentages

R + G + B =
234 + 222 + 123 = 579 (100%)
R 234 of 579 ~ 40.41%
G 222 of 579 ~ 38.34%
B 123 of 579 ~ 21.24%

%40.41
%38.34
%21.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 47.44%
  • 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
%47.44
%8.24

Codes

Color #EADE7B in popluar color models

EADE7B
RGB234222123
HSL54°72.55%70.00%
HSB/HSV54°47.44%91.76%
CMYK0.00%5.13%47.44%
8.24%

Color #EADE7B in popluar number systems.

HEXEADE7B
Decimal234222123
Binary11101010110111101111011
Octal352336173

Shades and tints

Shades of #EADE7B

#EADE7B
(234,222,123)
#D5CA70
(213,202,112)
#C0B665
(192,182,101)
#ABA25A
(171,162,90)
#968E4F
(150,142,79)
#817A44
(129,122,68)
#6C6639
(108,102,57)
#57522E
(87,82,46)
#423E23
(66,62,35)
#2D2A18
(45,42,24)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #EADE7B

#EADE7B
(234,222,123)
#EBE187
(235,225,135)
#ECE493
(236,228,147)
#EDE79F
(237,231,159)
#EEEAAB
(238,234,171)
#EFEDB7
(239,237,183)
#F0F0C3
(240,240,195)
#F1F3CF
(241,243,207)
#F2F6DB
(242,246,219)
#F3F9E7
(243,249,231)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EADE7B; }

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

This text font color is #EADE7B.


Background Color

.myBgColor { background-color: #EADE7B; }

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

This div background color is #EADE7B.


Border color

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

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

This div border color is #EADE7B.


Opacity

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

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

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

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

This text has shadow with #EADE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADE7B on black background.


Color preview on white background

This text has color #EADE7B on white background.



Black color preview on #EADE7B background

This text has black color on #EADE7B background.


White color preview on #EADE7B background

This text has white color on #EADE7B background.