Shades of Lightning Yellow #EDA728
Tints of Lightning Yellow #EDA728
RGB
CMYK
RGB Variations
Color information
#EDA728 (or 0xEDA728) is known color: Lightning Yellow. HEX triplet: ED, A7 and 28. RGB value is (237,167,40). Sum of RGB (Red+Green+Blue) = 237+167+40=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA728 is #1258D7. Grayscale: #AEAEAE. Windows color (decimal): -1202392 or 2664429. OLE color: 2664429.
HSL color Cylindrical-coordinate representation of color #EDA728: hue angle of 38.68º 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 #EDA728 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 40 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.07 |
| HSL | 38.68º | 0.85% | 0.54% | - |
| HSV(B) | 38.68º | 0.83% | 0.93% | - |
| XYZ | 49.13 | 45.8 | 8.26 | - |
| YUV | 173.45 | 52.69 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 40 | 0 | 0.30 | 0.83 | 0.07 | 38.68 | 0.85 | 0.54 |
| Hex | ED | A7 | 28 | 0 | 1E | 53 | 7 | 27 | 55 | 36 |
| Octal | 355 | 247 | 50 | 0 | 36 | 123 | 7 | 47 | 125 | 66 |
| Binary | 11101101 | 10100111 | 101000 | 0 | 11110 | 1010011 | 111 | 100111 | 1010101 | 110110 |
Color Harmonies of #EDA728
Complementary color
Monochromatic Colors of #EDA728
Black with #EDA728
Text Example
Text Example
White with #EDA728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA728; }
p { color: rgb(237,167,40); }
H1.HeaderClassName
{
color: #EDA728;
}
.AnyTagClassName
{
color: #EDA728;
}
</style>
background-color css
<style>
a { background-color: #EDA728; }
a { background-color: rgb(237,167,40); }
div.DivClassName
{
background-color: #EDA728;
}
.BgClassName
{
background-color: #EDA728;
}
</style>
border-color css
<style>
span { border-color: #EDA728; }
span { border-color: rgb(237,167,40); }
td.TdClassName
{
border-color: #EDA728;
}
.TagClassName
{
border-color: #EDA728;
}
</style>