COLOR #EDD548

HEX: #EDD548 RGB: (237,213,72)

Color info

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

RGB color model

#EDD548 color RGB value is (237,213,72).

RGB: (237,213,72) (93%, 84%, 28%)

RGB channels and saturation

R 237 of 255 = 93%
G 213 of 255 = 84%
B 72 of 255 = 28%

237
213
72

R + G + B ~ 68%. #EDD548 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 213 + 72 = 522 (100%)
R 237 of 522 ~ 45.4%
G 213 of 522 ~ 40.8%
B 72 of 522 ~ 13.79'%

%45.4
%40.8
%13.79

CMYK color model

#EDD548 color CMYK value is (0,10,70,7).

  • cyan value is 0.00%
  • magenta value is 10.13%
  • yellow value is 69.62%
  • key color value is 7.06%

CMYK: (0,10,70,7)
C0M10Y70K7 (0%, 10%, 70%, 7%)
(0.00 / 0.10 / 0.70 / 0.07)

CMYK percentages

%0
%10.13
%69.62
%7.06

Codes

Color #EDD548 in popluar color models

ED D5 48
RGB 237 213 72
HSL 51° 82.09% 60.59%
HSB/HSV 51° 69.62% 92.94%
CMYK 0.00% 10.13% 69.62%
7.06%

Color #EDD548 in popluar number systems.

HEX ED D5 48
Decimal 237 213 72
Binary 11101101 11010101 1001000
Octal 355 325 110

Shades and tints

Shades of #EDD548

#EDD548
(237,213,72)
#D8C242
(216,194,66)
#C3AF3C
(195,175,60)
#AE9C36
(174,156,54)
#998930
(153,137,48)
#84762A
(132,118,42)
#6F6324
(111,99,36)
#5A501E
(90,80,30)
#453D18
(69,61,24)
#302A12
(48,42,18)
#1B170C
(27,23,12)
#000000
(0,0,0)

Tints of #EDD548

#EDD548
(237,213,72)
#EED858
(238,216,88)
#EFDB68
(239,219,104)
#F0DE78
(240,222,120)
#F1E188
(241,225,136)
#F2E498
(242,228,152)
#F3E7A8
(243,231,168)
#F4EAB8
(244,234,184)
#F5EDC8
(245,237,200)
#F6F0D8
(246,240,216)
#F7F3E8
(247,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD548; }

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

This text font color is #EDD548.

Background Color

.myBgColor { background-color: #EDD548; }

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

This div background color is #EDD548.

Border color

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

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

This div border color is #EDD548.

Opacity

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

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

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

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

This text has shadow with #EDD548 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD548.

Preview

Color preview on black background

This text has color #EDD548 on black background.


Color preview on white background

This text has color #EDD548 on white background.


Black color preview on #EDD548 background

This text has black color on #EDD548 background.


White color preview on #EDD548 background

This text has white color on #EDD548 background.


Related colors

Complementary color

Complementary color for #hex is #122AB7.


I love getcolorcode.com

Triadic colors

1 #48EDD5 and #D548ED with #EDD548 are triadic colors.

2 #48D5ED and #D5ED48 with #EDD548 are triadic colors.