Shades of Lightning Yellow #EDA628
Tints of Lightning Yellow #EDA628
RGB
CMYK
RGB Variations
Color information
#EDA628 (or 0xEDA628) is known color: Lightning Yellow. HEX triplet: ED, A6 and 28. RGB value is (237,166,40). Sum of RGB (Red+Green+Blue) = 237+166+40=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA628 is #1259D7. Grayscale: #ADADAD. Windows color (decimal): -1202648 or 2664173. OLE color: 2664173.
HSL color Cylindrical-coordinate representation of color #EDA628: hue angle of 38.38º 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 #EDA628 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 40 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.07 |
| HSL | 38.38º | 0.85% | 0.54% | - |
| HSV(B) | 38.38º | 0.83% | 0.93% | - |
| XYZ | 48.94 | 45.43 | 8.2 | - |
| YUV | 172.87 | 53.02 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 40 | 0 | 0.30 | 0.83 | 0.07 | 38.38 | 0.85 | 0.54 |
| Hex | ED | A6 | 28 | 0 | 1E | 53 | 7 | 26 | 55 | 36 |
| Octal | 355 | 246 | 50 | 0 | 36 | 123 | 7 | 46 | 125 | 66 |
| Binary | 11101101 | 10100110 | 101000 | 0 | 11110 | 1010011 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EDA628
Complementary color
Monochromatic Colors of #EDA628
Black with #EDA628
Text Example
Text Example
White with #EDA628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA628; }
p { color: rgb(237,166,40); }
H1.HeaderClassName
{
color: #EDA628;
}
.AnyTagClassName
{
color: #EDA628;
}
</style>
background-color css
<style>
a { background-color: #EDA628; }
a { background-color: rgb(237,166,40); }
div.DivClassName
{
background-color: #EDA628;
}
.BgClassName
{
background-color: #EDA628;
}
</style>
border-color css
<style>
span { border-color: #EDA628; }
span { border-color: rgb(237,166,40); }
td.TdClassName
{
border-color: #EDA628;
}
.TagClassName
{
border-color: #EDA628;
}
</style>