Shades of Lightning Yellow #EEAB2D
Tints of Lightning Yellow #EEAB2D
RGB
CMYK
RGB Variations
Color information
#EEAB2D (or 0xEEAB2D) is known color: Lightning Yellow. HEX triplet: EE, AB and 2D. RGB value is (238,171,45). Sum of RGB (Red+Green+Blue) = 238+171+45=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB2D is #1154D2. Grayscale: #B1B1B1. Windows color (decimal): -1135827 or 2993134. OLE color: 2993134.
HSL color Cylindrical-coordinate representation of color #EEAB2D: hue angle of 39.17º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEAB2D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 45 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.07 |
| HSL | 39.17º | 0.85% | 0.55% | - |
| HSV(B) | 39.17º | 0.81% | 0.93% | - |
| XYZ | 50.3 | 47.49 | 9 | - |
| YUV | 176.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 45 | 0 | 0.28 | 0.81 | 0.07 | 39.17 | 0.85 | 0.55 |
| Hex | EE | AB | 2D | 0 | 1C | 51 | 7 | 27 | 55 | 37 |
| Octal | 356 | 253 | 55 | 0 | 34 | 121 | 7 | 47 | 125 | 67 |
| Binary | 11101110 | 10101011 | 101101 | 0 | 11100 | 1010001 | 111 | 100111 | 1010101 | 110111 |
Color Harmonies of #EEAB2D
Complementary color
Monochromatic Colors of #EEAB2D
Black with #EEAB2D
Text Example
Text Example
White with #EEAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAB2D; }
p { color: rgb(238,171,45); }
H1.HeaderClassName
{
color: #EEAB2D;
}
.AnyTagClassName
{
color: #EEAB2D;
}
</style>
background-color css
<style>
a { background-color: #EEAB2D; }
a { background-color: rgb(238,171,45); }
div.DivClassName
{
background-color: #EEAB2D;
}
.BgClassName
{
background-color: #EEAB2D;
}
</style>
border-color css
<style>
span { border-color: #EEAB2D; }
span { border-color: rgb(238,171,45); }
td.TdClassName
{
border-color: #EEAB2D;
}
.TagClassName
{
border-color: #EEAB2D;
}
</style>