Shades of Energy Yellow #EDDC47
Tints of Energy Yellow #EDDC47
RGB
CMYK
RGB Variations
Color information
#EDDC47 (or 0xEDDC47) is known color: Energy Yellow. HEX triplet: ED, DC and 47. RGB value is (237,220,71). Sum of RGB (Red+Green+Blue) = 237+220+71=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC47 is #1223B8. Grayscale: #D0D0D0. Windows color (decimal): -1188793 or 4709613. OLE color: 4709613.
HSL color Cylindrical-coordinate representation of color #EDDC47: hue angle of 53.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDDC47 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 220 | 71 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.07 |
| HSL | 53.86º | 0.82% | 0.6% | - |
| HSV(B) | 53.86º | 0.7% | 0.93% | - |
| XYZ | 61.66 | 69.65 | 16.15 | - |
| YUV | 208.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 220 | 71 | 0 | 0.07 | 0.70 | 0.07 | 53.86 | 0.82 | 0.6 |
| Hex | ED | DC | 47 | 0 | 7 | 46 | 7 | 36 | 52 | 3C |
| Octal | 355 | 334 | 107 | 0 | 7 | 106 | 7 | 66 | 122 | 74 |
| Binary | 11101101 | 11011100 | 1000111 | 0 | 111 | 1000110 | 111 | 110110 | 1010010 | 111100 |
Color Harmonies of #EDDC47
Complementary color
Monochromatic Colors of #EDDC47
Black with #EDDC47
Text Example
Text Example
White with #EDDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDC47; }
p { color: rgb(237,220,71); }
H1.HeaderClassName
{
color: #EDDC47;
}
.AnyTagClassName
{
color: #EDDC47;
}
</style>
background-color css
<style>
a { background-color: #EDDC47; }
a { background-color: rgb(237,220,71); }
div.DivClassName
{
background-color: #EDDC47;
}
.BgClassName
{
background-color: #EDDC47;
}
</style>
border-color css
<style>
span { border-color: #EDDC47; }
span { border-color: rgb(237,220,71); }
td.TdClassName
{
border-color: #EDDC47;
}
.TagClassName
{
border-color: #EDDC47;
}
</style>