Shades of Energy Yellow #EDD947
Tints of Energy Yellow #EDD947
RGB
CMYK
RGB Variations
Color information
#EDD947 (or 0xEDD947) is known color: Energy Yellow. HEX triplet: ED, D9 and 47. RGB value is (237,217,71). Sum of RGB (Red+Green+Blue) = 237+217+71=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD947 is #1226B8. Grayscale: #CECECE. Windows color (decimal): -1189561 or 4708845. OLE color: 4708845.
HSL color Cylindrical-coordinate representation of color #EDD947: hue angle of 52.77º 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 #EDD947 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 217 | 71 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.07 |
| HSL | 52.77º | 0.82% | 0.6% | - |
| HSV(B) | 52.77º | 0.7% | 0.93% | - |
| XYZ | 60.88 | 68.09 | 15.89 | - |
| YUV | 206.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 217 | 71 | 0 | 0.08 | 0.70 | 0.07 | 52.77 | 0.82 | 0.6 |
| Hex | ED | D9 | 47 | 0 | 8 | 46 | 7 | 35 | 52 | 3C |
| Octal | 355 | 331 | 107 | 0 | 10 | 106 | 7 | 65 | 122 | 74 |
| Binary | 11101101 | 11011001 | 1000111 | 0 | 1000 | 1000110 | 111 | 110101 | 1010010 | 111100 |
Color Harmonies of #EDD947
Complementary color
Monochromatic Colors of #EDD947
Black with #EDD947
Text Example
Text Example
White with #EDD947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD947; }
p { color: rgb(237,217,71); }
H1.HeaderClassName
{
color: #EDD947;
}
.AnyTagClassName
{
color: #EDD947;
}
</style>
background-color css
<style>
a { background-color: #EDD947; }
a { background-color: rgb(237,217,71); }
div.DivClassName
{
background-color: #EDD947;
}
.BgClassName
{
background-color: #EDD947;
}
</style>
border-color css
<style>
span { border-color: #EDD947; }
span { border-color: rgb(237,217,71); }
td.TdClassName
{
border-color: #EDD947;
}
.TagClassName
{
border-color: #EDD947;
}
</style>