Shades of Lightning Yellow #EDA028
Tints of Lightning Yellow #EDA028
RGB
CMYK
RGB Variations
Color information
#EDA028 (or 0xEDA028) is known color: Lightning Yellow. HEX triplet: ED, A0 and 28. RGB value is (237,160,40). Sum of RGB (Red+Green+Blue) = 237+160+40=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA028 is #125FD7. Grayscale: #A9A9A9. Windows color (decimal): -1204184 or 2662637. OLE color: 2662637.
HSL color Cylindrical-coordinate representation of color #EDA028: hue angle of 36.55º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDA028 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 40 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.07 |
| HSL | 36.55º | 0.85% | 0.54% | - |
| HSV(B) | 36.55º | 0.83% | 0.93% | - |
| XYZ | 47.88 | 43.3 | 7.84 | - |
| YUV | 169.34 | 55.01 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 40 | 0 | 0.32 | 0.83 | 0.07 | 36.55 | 0.85 | 0.54 |
| Hex | ED | A0 | 28 | 0 | 20 | 53 | 7 | 25 | 55 | 36 |
| Octal | 355 | 240 | 50 | 0 | 40 | 123 | 7 | 45 | 125 | 66 |
| Binary | 11101101 | 10100000 | 101000 | 0 | 100000 | 1010011 | 111 | 100101 | 1010101 | 110110 |
Color Harmonies of #EDA028
Complementary color
Monochromatic Colors of #EDA028
Black with #EDA028
Text Example
Text Example
White with #EDA028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA028; }
p { color: rgb(237,160,40); }
H1.HeaderClassName
{
color: #EDA028;
}
.AnyTagClassName
{
color: #EDA028;
}
</style>
background-color css
<style>
a { background-color: #EDA028; }
a { background-color: rgb(237,160,40); }
div.DivClassName
{
background-color: #EDA028;
}
.BgClassName
{
background-color: #EDA028;
}
</style>
border-color css
<style>
span { border-color: #EDA028; }
span { border-color: rgb(237,160,40); }
td.TdClassName
{
border-color: #EDA028;
}
.TagClassName
{
border-color: #EDA028;
}
</style>