Shades of Lightning Yellow #EDA127
Tints of Lightning Yellow #EDA127
RGB
CMYK
RGB Variations
Color information
#EDA127 (or 0xEDA127) is known color: Lightning Yellow. HEX triplet: ED, A1 and 27. RGB value is (237,161,39). Sum of RGB (Red+Green+Blue) = 237+161+39=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA127 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA127 is #125ED8. Grayscale: #AAAAAA. Windows color (decimal): -1203929 or 2597357. OLE color: 2597357.
HSL color Cylindrical-coordinate representation of color #EDA127: hue angle of 36.97º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDA127 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 39 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.07 |
| HSL | 36.97º | 0.85% | 0.54% | - |
| HSV(B) | 36.97º | 0.84% | 0.93% | - |
| XYZ | 48.04 | 43.64 | 7.81 | - |
| YUV | 169.82 | 54.18 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 39 | 0 | 0.32 | 0.84 | 0.07 | 36.97 | 0.85 | 0.54 |
| Hex | ED | A1 | 27 | 0 | 20 | 54 | 7 | 25 | 55 | 36 |
| Octal | 355 | 241 | 47 | 0 | 40 | 124 | 7 | 45 | 125 | 66 |
| Binary | 11101101 | 10100001 | 100111 | 0 | 100000 | 1010100 | 111 | 100101 | 1010101 | 110110 |
Color Harmonies of #EDA127
Complementary color
Monochromatic Colors of #EDA127
Black with #EDA127
Text Example
Text Example
White with #EDA127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA127; }
p { color: rgb(237,161,39); }
H1.HeaderClassName
{
color: #EDA127;
}
.AnyTagClassName
{
color: #EDA127;
}
</style>
background-color css
<style>
a { background-color: #EDA127; }
a { background-color: rgb(237,161,39); }
div.DivClassName
{
background-color: #EDA127;
}
.BgClassName
{
background-color: #EDA127;
}
</style>
border-color css
<style>
span { border-color: #EDA127; }
span { border-color: rgb(237,161,39); }
td.TdClassName
{
border-color: #EDA127;
}
.TagClassName
{
border-color: #EDA127;
}
</style>