COLOR #EDD600

HEX: #EDD600 RGB: (237,214,0)

Color info

#EDD600 contains only red and green colors. Web safe color of #EDD600 is #FFCC00 (or #FC0).

RGB color model

#EDD600 color RGB value is (237,214,0).

RGB: (237,214,0) (93%, 84%, 0%)

RGB channels and saturation

R 237 of 255 = 93%
G 214 of 255 = 84%
B 0 of 255 = 0%

237
214
0

R + G + B ~ 59%. #EDD600 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 237 + 214 + 0 = 451 (100%)
R 237 of 451 ~ 52.55%
G 214 of 451 ~ 47.45%
B 0 of 451 ~ 0'%

%52.55
%47.45

CMYK color model

#EDD600 color CMYK value is (0,10,100,7).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 100.00%
  • key color value is 7.06%
CMYK: (0,10,100,7) C0M10Y100K7 (0%,10%,100%,7%) (0.00/0.10/1.00/0.07) 

CMYK percentages

%0
%9.7
%100
%7.06

Codes

Color #EDD600 in popluar color models

ED D6 00
RGB 237 214 0
HSL 54° 100.00% 46.47%
HSB/HSV 54° 100.00% 92.94%
CMYK 0.00% 9.70% 100.00%
7.06%

Color #EDD600 in popluar number systems.

HEX ED D6 00
Decimal 237 214 0
Binary 11101101 11010110 0
Octal 355 326 0

Shades and tints

Shades of #EDD600

#EDD600
(237,214,0)
#D8C300
(216,195,0)
#C3B000
(195,176,0)
#AE9D00
(174,157,0)
#998A00
(153,138,0)
#847700
(132,119,0)
#6F6400
(111,100,0)
#5A5100
(90,81,0)
#453E00
(69,62,0)
#302B00
(48,43,0)
#1B1800
(27,24,0)
#000000
(0,0,0)

Tints of #EDD600

#EDD600
(237,214,0)
#EED917
(238,217,23)
#EFDC2E
(239,220,46)
#F0DF45
(240,223,69)
#F1E25C
(241,226,92)
#F2E573
(242,229,115)
#F3E88A
(243,232,138)
#F4EBA1
(244,235,161)
#F5EEB8
(245,238,184)
#F6F1CF
(246,241,207)
#F7F4E6
(247,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD600 color. Also use rgb(237,214,0) instead hex code.

Text Font Color

.myTextColor { color: #EDD600; }

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

This text font color is #EDD600.

Background Color

.myBgColor { background-color: #EDD600; }

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

This div background color is #EDD600.

Border color

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

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

This div border color is #EDD600.

Opacity

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

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

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

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

This text has shadow with #EDD600 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD600.

Preview

Color preview on black background

This text has color #EDD600 on black background.


Color preview on white background

This text has color #EDD600 on white background.


Black color preview on #EDD600 background

This text has black color on #EDD600 background.


White color preview on #EDD600 background

This text has white color on #EDD600 background.


Related colors

Complementary color

Complementary color for #hex is #1229FF.


I love getcolorcode.com

Triadic colors

1 #00EDD6 and #D600ED with #EDD600 are triadic colors.

2 #00D6ED and #D6ED00 with #EDD600 are triadic colors.