Shades of Lightning Yellow #EDA227
Tints of Lightning Yellow #EDA227
RGB
CMYK
RGB Variations
Color information
#EDA227 (or 0xEDA227) is known color: Lightning Yellow. HEX triplet: ED, A2 and 27. RGB value is (237,162,39). Sum of RGB (Red+Green+Blue) = 237+162+39=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA227 is #125DD8. Grayscale: #AAAAAA. Windows color (decimal): -1203673 or 2597613. OLE color: 2597613.
HSL color Cylindrical-coordinate representation of color #EDA227: hue angle of 37.27º 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 #EDA227 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 39 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.07 |
| HSL | 37.27º | 0.85% | 0.54% | - |
| HSV(B) | 37.27º | 0.84% | 0.93% | - |
| XYZ | 48.21 | 43.99 | 7.87 | - |
| YUV | 170.4 | 53.85 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 39 | 0 | 0.32 | 0.84 | 0.07 | 37.27 | 0.85 | 0.54 |
| Hex | ED | A2 | 27 | 0 | 20 | 54 | 7 | 25 | 55 | 36 |
| Octal | 355 | 242 | 47 | 0 | 40 | 124 | 7 | 45 | 125 | 66 |
| Binary | 11101101 | 10100010 | 100111 | 0 | 100000 | 1010100 | 111 | 100101 | 1010101 | 110110 |
Color Harmonies of #EDA227
Complementary color
Monochromatic Colors of #EDA227
Black with #EDA227
Text Example
Text Example
White with #EDA227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA227; }
p { color: rgb(237,162,39); }
H1.HeaderClassName
{
color: #EDA227;
}
.AnyTagClassName
{
color: #EDA227;
}
</style>
background-color css
<style>
a { background-color: #EDA227; }
a { background-color: rgb(237,162,39); }
div.DivClassName
{
background-color: #EDA227;
}
.BgClassName
{
background-color: #EDA227;
}
</style>
border-color css
<style>
span { border-color: #EDA227; }
span { border-color: rgb(237,162,39); }
td.TdClassName
{
border-color: #EDA227;
}
.TagClassName
{
border-color: #EDA227;
}
</style>