Shades of Lightning Yellow #EEAD31
Tints of Lightning Yellow #EEAD31
RGB
CMYK
RGB Variations
Color information
#EEAD31 (or 0xEEAD31) is known color: Lightning Yellow. HEX triplet: EE, AD and 31. RGB value is (238,173,49). Sum of RGB (Red+Green+Blue) = 238+173+49=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD31 is #1152CE. Grayscale: #B2B2B2. Windows color (decimal): -1135311 or 3255790. OLE color: 3255790.
HSL color Cylindrical-coordinate representation of color #EEAD31: hue angle of 39.37º 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 #EEAD31 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 49 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.07 |
| HSL | 39.37º | 0.85% | 0.56% | - |
| HSV(B) | 39.37º | 0.79% | 0.93% | - |
| XYZ | 50.76 | 48.29 | 9.55 | - |
| YUV | 178.3 | 55.03 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 49 | 0 | 0.27 | 0.79 | 0.07 | 39.37 | 0.85 | 0.56 |
| Hex | EE | AD | 31 | 0 | 1B | 4F | 7 | 27 | 55 | 38 |
| Octal | 356 | 255 | 61 | 0 | 33 | 117 | 7 | 47 | 125 | 70 |
| Binary | 11101110 | 10101101 | 110001 | 0 | 11011 | 1001111 | 111 | 100111 | 1010101 | 111000 |
Color Harmonies of #EEAD31
Complementary color
Monochromatic Colors of #EEAD31
Black with #EEAD31
Text Example
Text Example
White with #EEAD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD31; }
p { color: rgb(238,173,49); }
H1.HeaderClassName
{
color: #EEAD31;
}
.AnyTagClassName
{
color: #EEAD31;
}
</style>
background-color css
<style>
a { background-color: #EEAD31; }
a { background-color: rgb(238,173,49); }
div.DivClassName
{
background-color: #EEAD31;
}
.BgClassName
{
background-color: #EEAD31;
}
</style>
border-color css
<style>
span { border-color: #EEAD31; }
span { border-color: rgb(238,173,49); }
td.TdClassName
{
border-color: #EEAD31;
}
.TagClassName
{
border-color: #EEAD31;
}
</style>