Shades of Lightning Yellow #EDA528
Tints of Lightning Yellow #EDA528
RGB
CMYK
RGB Variations
Color information
#EDA528 (or 0xEDA528) is known color: Lightning Yellow. HEX triplet: ED, A5 and 28. RGB value is (237,165,40). Sum of RGB (Red+Green+Blue) = 237+165+40=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA528 is #125AD7. Grayscale: #ACACAC. Windows color (decimal): -1202904 or 2663917. OLE color: 2663917.
HSL color Cylindrical-coordinate representation of color #EDA528: hue angle of 38.07º 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 #EDA528 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 40 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.07 |
| HSL | 38.07º | 0.85% | 0.54% | - |
| HSV(B) | 38.07º | 0.83% | 0.93% | - |
| XYZ | 48.76 | 45.07 | 8.14 | - |
| YUV | 172.28 | 53.35 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 40 | 0 | 0.30 | 0.83 | 0.07 | 38.07 | 0.85 | 0.54 |
| Hex | ED | A5 | 28 | 0 | 1E | 53 | 7 | 26 | 55 | 36 |
| Octal | 355 | 245 | 50 | 0 | 36 | 123 | 7 | 46 | 125 | 66 |
| Binary | 11101101 | 10100101 | 101000 | 0 | 11110 | 1010011 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EDA528
Complementary color
Monochromatic Colors of #EDA528
Black with #EDA528
Text Example
Text Example
White with #EDA528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA528; }
p { color: rgb(237,165,40); }
H1.HeaderClassName
{
color: #EDA528;
}
.AnyTagClassName
{
color: #EDA528;
}
</style>
background-color css
<style>
a { background-color: #EDA528; }
a { background-color: rgb(237,165,40); }
div.DivClassName
{
background-color: #EDA528;
}
.BgClassName
{
background-color: #EDA528;
}
</style>
border-color css
<style>
span { border-color: #EDA528; }
span { border-color: rgb(237,165,40); }
td.TdClassName
{
border-color: #EDA528;
}
.TagClassName
{
border-color: #EDA528;
}
</style>