Shades of Lightning Yellow #EEA631
Tints of Lightning Yellow #EEA631
RGB
CMYK
RGB Variations
Color information
#EEA631 (or 0xEEA631) is known color: Lightning Yellow. HEX triplet: EE, A6 and 31. RGB value is (238,166,49). Sum of RGB (Red+Green+Blue) = 238+166+49=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA631 is #1159CE. Grayscale: #AEAEAE. Windows color (decimal): -1137103 or 3253998. OLE color: 3253998.
HSL color Cylindrical-coordinate representation of color #EEA631: hue angle of 37.14º degrees, saturation: 0.85, 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 #EEA631 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 49 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.07 |
| HSL | 37.14º | 0.85% | 0.56% | - |
| HSV(B) | 37.14º | 0.79% | 0.93% | - |
| XYZ | 49.45 | 45.67 | 9.11 | - |
| YUV | 174.19 | 57.35 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 49 | 0 | 0.30 | 0.79 | 0.07 | 37.14 | 0.85 | 0.56 |
| Hex | EE | A6 | 31 | 0 | 1E | 4F | 7 | 25 | 55 | 38 |
| Octal | 356 | 246 | 61 | 0 | 36 | 117 | 7 | 45 | 125 | 70 |
| Binary | 11101110 | 10100110 | 110001 | 0 | 11110 | 1001111 | 111 | 100101 | 1010101 | 111000 |
Color Harmonies of #EEA631
Complementary color
Monochromatic Colors of #EEA631
Black with #EEA631
Text Example
Text Example
White with #EEA631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA631; }
p { color: rgb(238,166,49); }
H1.HeaderClassName
{
color: #EEA631;
}
.AnyTagClassName
{
color: #EEA631;
}
</style>
background-color css
<style>
a { background-color: #EEA631; }
a { background-color: rgb(238,166,49); }
div.DivClassName
{
background-color: #EEA631;
}
.BgClassName
{
background-color: #EEA631;
}
</style>
border-color css
<style>
span { border-color: #EEA631; }
span { border-color: rgb(238,166,49); }
td.TdClassName
{
border-color: #EEA631;
}
.TagClassName
{
border-color: #EEA631;
}
</style>