Shades of Lightning Yellow #EDA225
Tints of Lightning Yellow #EDA225
RGB
CMYK
RGB Variations
Color information
#EDA225 (or 0xEDA225) is known color: Lightning Yellow. HEX triplet: ED, A2 and 25. RGB value is (237,162,37). Sum of RGB (Red+Green+Blue) = 237+162+37=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA225 is #125DDA. Grayscale: #AAAAAA. Windows color (decimal): -1203675 or 2466541. OLE color: 2466541.
HSL color Cylindrical-coordinate representation of color #EDA225: hue angle of 37.5º 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 #EDA225 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 37 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.07 |
| HSL | 37.5º | 0.85% | 0.54% | - |
| HSV(B) | 37.5º | 0.84% | 0.93% | - |
| XYZ | 48.18 | 43.98 | 7.7 | - |
| YUV | 170.18 | 52.85 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 37 | 0 | 0.32 | 0.84 | 0.07 | 37.5 | 0.85 | 0.54 |
| Hex | ED | A2 | 25 | 0 | 20 | 54 | 7 | 26 | 55 | 36 |
| Octal | 355 | 242 | 45 | 0 | 40 | 124 | 7 | 46 | 125 | 66 |
| Binary | 11101101 | 10100010 | 100101 | 0 | 100000 | 1010100 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EDA225
Complementary color
Monochromatic Colors of #EDA225
Black with #EDA225
Text Example
Text Example
White with #EDA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA225; }
p { color: rgb(237,162,37); }
H1.HeaderClassName
{
color: #EDA225;
}
.AnyTagClassName
{
color: #EDA225;
}
</style>
background-color css
<style>
a { background-color: #EDA225; }
a { background-color: rgb(237,162,37); }
div.DivClassName
{
background-color: #EDA225;
}
.BgClassName
{
background-color: #EDA225;
}
</style>
border-color css
<style>
span { border-color: #EDA225; }
span { border-color: rgb(237,162,37); }
td.TdClassName
{
border-color: #EDA225;
}
.TagClassName
{
border-color: #EDA225;
}
</style>