Shades of Lightning Yellow #EDA128
Tints of Lightning Yellow #EDA128
RGB
CMYK
RGB Variations
Color information
#EDA128 (or 0xEDA128) is known color: Lightning Yellow. HEX triplet: ED, A1 and 28. RGB value is (237,161,40). Sum of RGB (Red+Green+Blue) = 237+161+40=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA128 is #125ED7. Grayscale: #AAAAAA. Windows color (decimal): -1203928 or 2662893. OLE color: 2662893.
HSL color Cylindrical-coordinate representation of color #EDA128: hue angle of 36.85º 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 #EDA128 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 40 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.07 |
| HSL | 36.85º | 0.85% | 0.54% | - |
| HSV(B) | 36.85º | 0.83% | 0.93% | - |
| XYZ | 48.05 | 43.65 | 7.9 | - |
| YUV | 169.93 | 54.68 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 40 | 0 | 0.32 | 0.83 | 0.07 | 36.85 | 0.85 | 0.54 |
| Hex | ED | A1 | 28 | 0 | 20 | 53 | 7 | 25 | 55 | 36 |
| Octal | 355 | 241 | 50 | 0 | 40 | 123 | 7 | 45 | 125 | 66 |
| Binary | 11101101 | 10100001 | 101000 | 0 | 100000 | 1010011 | 111 | 100101 | 1010101 | 110110 |
Color Harmonies of #EDA128
Complementary color
Monochromatic Colors of #EDA128
Black with #EDA128
Text Example
Text Example
White with #EDA128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA128; }
p { color: rgb(237,161,40); }
H1.HeaderClassName
{
color: #EDA128;
}
.AnyTagClassName
{
color: #EDA128;
}
</style>
background-color css
<style>
a { background-color: #EDA128; }
a { background-color: rgb(237,161,40); }
div.DivClassName
{
background-color: #EDA128;
}
.BgClassName
{
background-color: #EDA128;
}
</style>
border-color css
<style>
span { border-color: #EDA128; }
span { border-color: rgb(237,161,40); }
td.TdClassName
{
border-color: #EDA128;
}
.TagClassName
{
border-color: #EDA128;
}
</style>