Shades of Lightning Yellow #EEA627
Tints of Lightning Yellow #EEA627
RGB
CMYK
RGB Variations
Color information
#EEA627 (or 0xEEA627) is known color: Lightning Yellow. HEX triplet: EE, A6 and 27. RGB value is (238,166,39). Sum of RGB (Red+Green+Blue) = 238+166+39=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 39 (15.62% from 255 or 8.80% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA627 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA627 is #1159D8. Grayscale: #ADADAD. Windows color (decimal): -1137113 or 2598638. OLE color: 2598638.
HSL color Cylindrical-coordinate representation of color #EEA627: hue angle of 38.29º degrees, saturation: 0.85, 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 #EEA627 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 39 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.07 |
| HSL | 38.29º | 0.85% | 0.54% | - |
| HSV(B) | 38.29º | 0.84% | 0.93% | - |
| XYZ | 49.26 | 45.6 | 8.12 | - |
| YUV | 173.05 | 52.35 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 39 | 0 | 0.30 | 0.84 | 0.07 | 38.29 | 0.85 | 0.54 |
| Hex | EE | A6 | 27 | 0 | 1E | 54 | 7 | 26 | 55 | 36 |
| Octal | 356 | 246 | 47 | 0 | 36 | 124 | 7 | 46 | 125 | 66 |
| Binary | 11101110 | 10100110 | 100111 | 0 | 11110 | 1010100 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EEA627
Complementary color
Monochromatic Colors of #EEA627
Black with #EEA627
Text Example
Text Example
White with #EEA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA627; }
p { color: rgb(238,166,39); }
H1.HeaderClassName
{
color: #EEA627;
}
.AnyTagClassName
{
color: #EEA627;
}
</style>
background-color css
<style>
a { background-color: #EEA627; }
a { background-color: rgb(238,166,39); }
div.DivClassName
{
background-color: #EEA627;
}
.BgClassName
{
background-color: #EEA627;
}
</style>
border-color css
<style>
span { border-color: #EEA627; }
span { border-color: rgb(238,166,39); }
td.TdClassName
{
border-color: #EEA627;
}
.TagClassName
{
border-color: #EEA627;
}
</style>