Shades of Lightning Yellow #EEA326
Tints of Lightning Yellow #EEA326
RGB
CMYK
RGB Variations
Color information
#EEA326 (or 0xEEA326) is known color: Lightning Yellow. HEX triplet: EE, A3 and 26. RGB value is (238,163,38). Sum of RGB (Red+Green+Blue) = 238+163+38=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA326 is #115CD9. Grayscale: #ABABAB. Windows color (decimal): -1137882 or 2532334. OLE color: 2532334.
HSL color Cylindrical-coordinate representation of color #EEA326: hue angle of 37.5º 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 #EEA326 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 38 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.07 |
| HSL | 37.5º | 0.85% | 0.54% | - |
| HSV(B) | 37.5º | 0.84% | 0.93% | - |
| XYZ | 48.71 | 44.51 | 7.86 | - |
| YUV | 171.18 | 52.85 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 38 | 0 | 0.32 | 0.84 | 0.07 | 37.5 | 0.85 | 0.54 |
| Hex | EE | A3 | 26 | 0 | 20 | 54 | 7 | 26 | 55 | 36 |
| Octal | 356 | 243 | 46 | 0 | 40 | 124 | 7 | 46 | 125 | 66 |
| Binary | 11101110 | 10100011 | 100110 | 0 | 100000 | 1010100 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EEA326
Complementary color
Monochromatic Colors of #EEA326
Black with #EEA326
Text Example
Text Example
White with #EEA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA326; }
p { color: rgb(238,163,38); }
H1.HeaderClassName
{
color: #EEA326;
}
.AnyTagClassName
{
color: #EEA326;
}
</style>
background-color css
<style>
a { background-color: #EEA326; }
a { background-color: rgb(238,163,38); }
div.DivClassName
{
background-color: #EEA326;
}
.BgClassName
{
background-color: #EEA326;
}
</style>
border-color css
<style>
span { border-color: #EEA326; }
span { border-color: rgb(238,163,38); }
td.TdClassName
{
border-color: #EEA326;
}
.TagClassName
{
border-color: #EEA326;
}
</style>