COLOR #EDD52E

HEX: #EDD52E
RGB: (237,213,46)

Color info

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

RGB color model

#EDD52E color RGB value is (237,213,46).

  • red value is 237;
  • green value is 213;
  • blue value is 46.
RGB:
(237,213,46)
(93%,84%,18%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 46 of 255 = 18%

237
213
46

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

Portions of RGB colors in percentages

R + G + B =
237 + 213 + 46 = 496 (100%)
R 237 of 496 ~ 47.78%
G 213 of 496 ~ 42.94%
B 46 of 496 ~ 9.27%

%47.78
%42.94

CMYK color model

#EDD52E color CMYK value is (0,10,81,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 80.59%
  • key color value is 7.06%
CMYK:
(0,10,81,7)
C0M10Y81K7 
(0%,10%,81%,7%)
(0.00/0.10/0.81/0.07)	

CMYK percentages

%0
%10.13
%80.59
%7.06

Codes

Color #EDD52E in popluar color models

EDD52E
RGB23721346
HSL52°84.14%55.49%
HSB/HSV52°80.59%92.94%
CMYK0.00%10.13%80.59%
7.06%

Color #EDD52E in popluar number systems.

HEXEDD52E
Decimal23721346
Binary1110110111010101101110
Octal35532556

Shades and tints

Shades of #EDD52E

#EDD52E
(237,213,46)
#D8C22A
(216,194,42)
#C3AF26
(195,175,38)
#AE9C22
(174,156,34)
#99891E
(153,137,30)
#84761A
(132,118,26)
#6F6316
(111,99,22)
#5A5012
(90,80,18)
#453D0E
(69,61,14)
#302A0A
(48,42,10)
#1B1706
(27,23,6)
#000000
(0,0,0)

Tints of #EDD52E

#EDD52E
(237,213,46)
#EED841
(238,216,65)
#EFDB54
(239,219,84)
#F0DE67
(240,222,103)
#F1E17A
(241,225,122)
#F2E48D
(242,228,141)
#F3E7A0
(243,231,160)
#F4EAB3
(244,234,179)
#F5EDC6
(245,237,198)
#F6F0D9
(246,240,217)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD52E color. Also use rgb(237,213,46) instead hex code.

Text Font Color

.myTextColor { color: #EDD52E; }

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

This text font color is #EDD52E.


Background Color

.myBgColor { background-color: #EDD52E; }

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

This div background color is #EDD52E.


Border color

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

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

This div border color is #EDD52E.


Opacity

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

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

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

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

This text has shadow with #EDD52E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD52E on black background.


Color preview on white background

This text has color #EDD52E on white background.



Black color preview on #EDD52E background

This text has black color on #EDD52E background.


White color preview on #EDD52E background

This text has white color on #EDD52E background.