Shades of Lightning Yellow #EDA12A
Tints of Lightning Yellow #EDA12A
RGB
CMYK
RGB Variations
Color information
#EDA12A (or 0xEDA12A) is known color: Lightning Yellow. HEX triplet: ED, A1 and 2A. RGB value is (237,161,42). Sum of RGB (Red+Green+Blue) = 237+161+42=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA12A is #125ED5. Grayscale: #AAAAAA. Windows color (decimal): -1203926 or 2793965. OLE color: 2793965.
HSL color Cylindrical-coordinate representation of color #EDA12A: hue angle of 36.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDA12A is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 42 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.07 |
| HSL | 36.62º | 0.84% | 0.55% | - |
| HSV(B) | 36.62º | 0.82% | 0.93% | - |
| XYZ | 48.09 | 43.66 | 8.08 | - |
| YUV | 170.16 | 55.68 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 42 | 0 | 0.32 | 0.82 | 0.07 | 36.62 | 0.84 | 0.55 |
| Hex | ED | A1 | 2A | 0 | 20 | 52 | 7 | 25 | 54 | 37 |
| Octal | 355 | 241 | 52 | 0 | 40 | 122 | 7 | 45 | 124 | 67 |
| Binary | 11101101 | 10100001 | 101010 | 0 | 100000 | 1010010 | 111 | 100101 | 1010100 | 110111 |
Color Harmonies of #EDA12A
Complementary color
Monochromatic Colors of #EDA12A
Black with #EDA12A
Text Example
Text Example
White with #EDA12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA12A; }
p { color: rgb(237,161,42); }
H1.HeaderClassName
{
color: #EDA12A;
}
.AnyTagClassName
{
color: #EDA12A;
}
</style>
background-color css
<style>
a { background-color: #EDA12A; }
a { background-color: rgb(237,161,42); }
div.DivClassName
{
background-color: #EDA12A;
}
.BgClassName
{
background-color: #EDA12A;
}
</style>
border-color css
<style>
span { border-color: #EDA12A; }
span { border-color: rgb(237,161,42); }
td.TdClassName
{
border-color: #EDA12A;
}
.TagClassName
{
border-color: #EDA12A;
}
</style>