Shades of Lightning Yellow #EDA22A
Tints of Lightning Yellow #EDA22A
RGB
CMYK
RGB Variations
Color information
#EDA22A (or 0xEDA22A) is known color: Lightning Yellow. HEX triplet: ED, A2 and 2A. RGB value is (237,162,42). Sum of RGB (Red+Green+Blue) = 237+162+42=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA22A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA22A is #125DD5. Grayscale: #ABABAB. Windows color (decimal): -1203670 or 2794221. OLE color: 2794221.
HSL color Cylindrical-coordinate representation of color #EDA22A: hue angle of 36.92º 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 #EDA22A is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 42 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.07 |
| HSL | 36.92º | 0.84% | 0.55% | - |
| HSV(B) | 36.92º | 0.82% | 0.93% | - |
| XYZ | 48.26 | 44.01 | 8.14 | - |
| YUV | 170.75 | 55.35 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 42 | 0 | 0.32 | 0.82 | 0.07 | 36.92 | 0.84 | 0.55 |
| Hex | ED | A2 | 2A | 0 | 20 | 52 | 7 | 25 | 54 | 37 |
| Octal | 355 | 242 | 52 | 0 | 40 | 122 | 7 | 45 | 124 | 67 |
| Binary | 11101101 | 10100010 | 101010 | 0 | 100000 | 1010010 | 111 | 100101 | 1010100 | 110111 |
Color Harmonies of #EDA22A
Complementary color
Monochromatic Colors of #EDA22A
Black with #EDA22A
Text Example
Text Example
White with #EDA22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA22A; }
p { color: rgb(237,162,42); }
H1.HeaderClassName
{
color: #EDA22A;
}
.AnyTagClassName
{
color: #EDA22A;
}
</style>
background-color css
<style>
a { background-color: #EDA22A; }
a { background-color: rgb(237,162,42); }
div.DivClassName
{
background-color: #EDA22A;
}
.BgClassName
{
background-color: #EDA22A;
}
</style>
border-color css
<style>
span { border-color: #EDA22A; }
span { border-color: rgb(237,162,42); }
td.TdClassName
{
border-color: #EDA22A;
}
.TagClassName
{
border-color: #EDA22A;
}
</style>