COLOR #EADD39

HEX: #EADD39
RGB: (234,221,57)

Color info

#EADD39 contains mainly red and green colors. Web safe color of #EADD39 is #FFCC33 (or #FC3).

RGB color model

#EADD39 color RGB value is (234,221,57).

  • red value is 234;
  • green value is 221;
  • blue value is 57.
RGB:
(234,221,57)
(92%,87%,22%)

RGB channels and saturation

R 234 of 255 = 92%
G 221 of 255 = 87%
B 57 of 255 = 22%

234
221
57

R + G + B ~ 67%. #EADD39 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 221 + 57 = 512 (100%)
R 234 of 512 ~ 45.7%
G 221 of 512 ~ 43.16%
B 57 of 512 ~ 11.13%

%45.7
%43.16
%11.13

CMYK color model

#EADD39 color CMYK value is (0,6,76,8).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 75.64%
  • key color value is 8.24%
CMYK:
(0,6,76,8)
C0M6Y76K8 
(0%,6%,76%,8%)
(0.00/0.06/0.76/0.08)	

CMYK percentages

%0
%5.56
%75.64
%8.24

Codes

Color #EADD39 in popluar color models

EADD39
RGB23422157
HSL56°80.82%57.06%
HSB/HSV56°75.64%91.76%
CMYK0.00%5.56%75.64%
8.24%

Color #EADD39 in popluar number systems.

HEXEADD39
Decimal23422157
Binary1110101011011101111001
Octal35233571

Shades and tints

Shades of #EADD39

#EADD39
(234,221,57)
#D5C934
(213,201,52)
#C0B52F
(192,181,47)
#ABA12A
(171,161,42)
#968D25
(150,141,37)
#817920
(129,121,32)
#6C651B
(108,101,27)
#575116
(87,81,22)
#423D11
(66,61,17)
#2D290C
(45,41,12)
#181507
(24,21,7)
#000000
(0,0,0)

Tints of #EADD39

#EADD39
(234,221,57)
#EBE04B
(235,224,75)
#ECE35D
(236,227,93)
#EDE66F
(237,230,111)
#EEE981
(238,233,129)
#EFEC93
(239,236,147)
#F0EFA5
(240,239,165)
#F1F2B7
(241,242,183)
#F2F5C9
(242,245,201)
#F3F8DB
(243,248,219)
#F4FBED
(244,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADD39 color. Also use rgb(234,221,57) instead hex code.

Text Font Color

.myTextColor { color: #EADD39; }

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

This text font color is #EADD39.


Background Color

.myBgColor { background-color: #EADD39; }

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

This div background color is #EADD39.


Border color

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

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

This div border color is #EADD39.


Opacity

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

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

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

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

This text has shadow with #EADD39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EADD39 on black background.


Color preview on white background

This text has color #EADD39 on white background.



Black color preview on #EADD39 background

This text has black color on #EADD39 background.


White color preview on #EADD39 background

This text has white color on #EADD39 background.