Shades of Lightning Yellow #EEA225
Tints of Lightning Yellow #EEA225
RGB
CMYK
RGB Variations
Color information
#EEA225 (or 0xEEA225) is known color: Lightning Yellow. HEX triplet: EE, A2 and 25. RGB value is (238,162,37). Sum of RGB (Red+Green+Blue) = 238+162+37=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA225 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA225 is #115DDA. Grayscale: #ABABAB. Windows color (decimal): -1138139 or 2466542. OLE color: 2466542.
HSL color Cylindrical-coordinate representation of color #EEA225: hue angle of 37.31º degrees, saturation: 0.86, 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 #EEA225 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 37 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.07 |
| HSL | 37.31º | 0.86% | 0.54% | - |
| HSV(B) | 37.31º | 0.84% | 0.93% | - |
| XYZ | 48.51 | 44.15 | 7.72 | - |
| YUV | 170.47 | 52.68 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 37 | 0 | 0.32 | 0.84 | 0.07 | 37.31 | 0.86 | 0.54 |
| Hex | EE | A2 | 25 | 0 | 20 | 54 | 7 | 25 | 56 | 36 |
| Octal | 356 | 242 | 45 | 0 | 40 | 124 | 7 | 45 | 126 | 66 |
| Binary | 11101110 | 10100010 | 100101 | 0 | 100000 | 1010100 | 111 | 100101 | 1010110 | 110110 |
Color Harmonies of #EEA225
Complementary color
Monochromatic Colors of #EEA225
Black with #EEA225
Text Example
Text Example
White with #EEA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA225; }
p { color: rgb(238,162,37); }
H1.HeaderClassName
{
color: #EEA225;
}
.AnyTagClassName
{
color: #EEA225;
}
</style>
background-color css
<style>
a { background-color: #EEA225; }
a { background-color: rgb(238,162,37); }
div.DivClassName
{
background-color: #EEA225;
}
.BgClassName
{
background-color: #EEA225;
}
</style>
border-color css
<style>
span { border-color: #EEA225; }
span { border-color: rgb(238,162,37); }
td.TdClassName
{
border-color: #EEA225;
}
.TagClassName
{
border-color: #EEA225;
}
</style>