COLOR #EDDD2A

HEX: #EDDD2A
RGB: (237,221,42)

Color info

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

RGB color model

#EDDD2A color RGB value is (237,221,42).

  • red value is 237;
  • green value is 221;
  • blue value is 42.
RGB:
(237,221,42)
(93%,87%,16%)

RGB channels and saturation

R 237 of 255 = 93%
G 221 of 255 = 87%
B 42 of 255 = 16%

237
221
42

R + G + B ~ 65%. #EDDD2A is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 221 + 42 = 500 (100%)
R 237 of 500 ~ 47.4%
G 221 of 500 ~ 44.2%
B 42 of 500 ~ 8.4%

%47.4
%44.2

CMYK color model

#EDDD2A color CMYK value is (0,7,82,7).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 82.28%
  • key color value is 7.06%
CMYK:
(0,7,82,7)
C0M7Y82K7 
(0%,7%,82%,7%)
(0.00/0.07/0.82/0.07)	

CMYK percentages

%0
%6.75
%82.28
%7.06

Codes

Color #EDDD2A in popluar color models

EDDD2A
RGB23722142
HSL55°84.42%54.71%
HSB/HSV55°82.28%92.94%
CMYK0.00%6.75%82.28%
7.06%

Color #EDDD2A in popluar number systems.

HEXEDDD2A
Decimal23722142
Binary1110110111011101101010
Octal35533552

Shades and tints

Shades of #EDDD2A

#EDDD2A
(237,221,42)
#D8C927
(216,201,39)
#C3B524
(195,181,36)
#AEA121
(174,161,33)
#998D1E
(153,141,30)
#84791B
(132,121,27)
#6F6518
(111,101,24)
#5A5115
(90,81,21)
#453D12
(69,61,18)
#30290F
(48,41,15)
#1B150C
(27,21,12)
#000000
(0,0,0)

Tints of #EDDD2A

#EDDD2A
(237,221,42)
#EEE03D
(238,224,61)
#EFE350
(239,227,80)
#F0E663
(240,230,99)
#F1E976
(241,233,118)
#F2EC89
(242,236,137)
#F3EF9C
(243,239,156)
#F4F2AF
(244,242,175)
#F5F5C2
(245,245,194)
#F6F8D5
(246,248,213)
#F7FBE8
(247,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDD2A color. Also use rgb(237,221,42) instead hex code.

Text Font Color

.myTextColor { color: #EDDD2A; }

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

This text font color is #EDDD2A.


Background Color

.myBgColor { background-color: #EDDD2A; }

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

This div background color is #EDDD2A.


Border color

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

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

This div border color is #EDDD2A.


Opacity

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

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

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

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

This text has shadow with #EDDD2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDD2A on black background.


Color preview on white background

This text has color #EDDD2A on white background.



Black color preview on #EDDD2A background

This text has black color on #EDDD2A background.


White color preview on #EDDD2A background

This text has white color on #EDDD2A background.