Shades of Lightning Yellow #EDA129
Tints of Lightning Yellow #EDA129
RGB
CMYK
RGB Variations
Color information
#EDA129 (or 0xEDA129) is known color: Lightning Yellow. HEX triplet: ED, A1 and 29. RGB value is (237,161,41). Sum of RGB (Red+Green+Blue) = 237+161+41=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA129 is #125ED6. Grayscale: #AAAAAA. Windows color (decimal): -1203927 or 2728429. OLE color: 2728429.
HSL color Cylindrical-coordinate representation of color #EDA129: hue angle of 36.73º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDA129 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 41 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.07 |
| HSL | 36.73º | 0.84% | 0.55% | - |
| HSV(B) | 36.73º | 0.83% | 0.93% | - |
| XYZ | 48.07 | 43.65 | 7.99 | - |
| YUV | 170.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 41 | 0 | 0.32 | 0.83 | 0.07 | 36.73 | 0.84 | 0.55 |
| Hex | ED | A1 | 29 | 0 | 20 | 53 | 7 | 25 | 54 | 37 |
| Octal | 355 | 241 | 51 | 0 | 40 | 123 | 7 | 45 | 124 | 67 |
| Binary | 11101101 | 10100001 | 101001 | 0 | 100000 | 1010011 | 111 | 100101 | 1010100 | 110111 |
Color Harmonies of #EDA129
Complementary color
Monochromatic Colors of #EDA129
Black with #EDA129
Text Example
Text Example
White with #EDA129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA129; }
p { color: rgb(237,161,41); }
H1.HeaderClassName
{
color: #EDA129;
}
.AnyTagClassName
{
color: #EDA129;
}
</style>
background-color css
<style>
a { background-color: #EDA129; }
a { background-color: rgb(237,161,41); }
div.DivClassName
{
background-color: #EDA129;
}
.BgClassName
{
background-color: #EDA129;
}
</style>
border-color css
<style>
span { border-color: #EDA129; }
span { border-color: rgb(237,161,41); }
td.TdClassName
{
border-color: #EDA129;
}
.TagClassName
{
border-color: #EDA129;
}
</style>