Shades of Lightning Yellow #EDAA32
Tints of Lightning Yellow #EDAA32
RGB
CMYK
RGB Variations
Color information
#EDAA32 (or 0xEDAA32) is known color: Lightning Yellow. HEX triplet: ED, AA and 32. RGB value is (237,170,50). Sum of RGB (Red+Green+Blue) = 237+170+50=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA32 is #1255CD. Grayscale: #B0B0B0. Windows color (decimal): -1201614 or 3320557. OLE color: 3320557.
HSL color Cylindrical-coordinate representation of color #EDAA32: hue angle of 38.5º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDAA32 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 50 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.07 |
| HSL | 38.5º | 0.84% | 0.56% | - |
| HSV(B) | 38.5º | 0.79% | 0.93% | - |
| XYZ | 49.88 | 46.98 | 9.46 | - |
| YUV | 176.35 | 56.7 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 50 | 0 | 0.28 | 0.79 | 0.07 | 38.5 | 0.84 | 0.56 |
| Hex | ED | AA | 32 | 0 | 1C | 4F | 7 | 27 | 54 | 38 |
| Octal | 355 | 252 | 62 | 0 | 34 | 117 | 7 | 47 | 124 | 70 |
| Binary | 11101101 | 10101010 | 110010 | 0 | 11100 | 1001111 | 111 | 100111 | 1010100 | 111000 |
Color Harmonies of #EDAA32
Complementary color
Monochromatic Colors of #EDAA32
Black with #EDAA32
Text Example
Text Example
White with #EDAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAA32; }
p { color: rgb(237,170,50); }
H1.HeaderClassName
{
color: #EDAA32;
}
.AnyTagClassName
{
color: #EDAA32;
}
</style>
background-color css
<style>
a { background-color: #EDAA32; }
a { background-color: rgb(237,170,50); }
div.DivClassName
{
background-color: #EDAA32;
}
.BgClassName
{
background-color: #EDAA32;
}
</style>
border-color css
<style>
span { border-color: #EDAA32; }
span { border-color: rgb(237,170,50); }
td.TdClassName
{
border-color: #EDAA32;
}
.TagClassName
{
border-color: #EDAA32;
}
</style>