Shades of Lightning Yellow #EEA831
Tints of Lightning Yellow #EEA831
RGB
CMYK
RGB Variations
Color information
#EEA831 (or 0xEEA831) is known color: Lightning Yellow. HEX triplet: EE, A8 and 31. RGB value is (238,168,49). Sum of RGB (Red+Green+Blue) = 238+168+49=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 49 (19.53% from 255 or 10.77% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA831 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA831 is #1157CE. Grayscale: #AFAFAF. Windows color (decimal): -1136591 or 3254510. OLE color: 3254510.
HSL color Cylindrical-coordinate representation of color #EEA831: hue angle of 37.78º 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 #EEA831 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 49 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.07 |
| HSL | 37.78º | 0.85% | 0.56% | - |
| HSV(B) | 37.78º | 0.79% | 0.93% | - |
| XYZ | 49.82 | 46.4 | 9.24 | - |
| YUV | 175.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 49 | 0 | 0.29 | 0.79 | 0.07 | 37.78 | 0.85 | 0.56 |
| Hex | EE | A8 | 31 | 0 | 1D | 4F | 7 | 26 | 55 | 38 |
| Octal | 356 | 250 | 61 | 0 | 35 | 117 | 7 | 46 | 125 | 70 |
| Binary | 11101110 | 10101000 | 110001 | 0 | 11101 | 1001111 | 111 | 100110 | 1010101 | 111000 |
Color Harmonies of #EEA831
Complementary color
Monochromatic Colors of #EEA831
Black with #EEA831
Text Example
Text Example
White with #EEA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA831; }
p { color: rgb(238,168,49); }
H1.HeaderClassName
{
color: #EEA831;
}
.AnyTagClassName
{
color: #EEA831;
}
</style>
background-color css
<style>
a { background-color: #EEA831; }
a { background-color: rgb(238,168,49); }
div.DivClassName
{
background-color: #EEA831;
}
.BgClassName
{
background-color: #EEA831;
}
</style>
border-color css
<style>
span { border-color: #EEA831; }
span { border-color: rgb(238,168,49); }
td.TdClassName
{
border-color: #EEA831;
}
.TagClassName
{
border-color: #EEA831;
}
</style>