Shades of Lightning Yellow #EEA527
Tints of Lightning Yellow #EEA527
RGB
CMYK
RGB Variations
Color information
#EEA527 (or 0xEEA527) is known color: Lightning Yellow. HEX triplet: EE, A5 and 27. RGB value is (238,165,39). Sum of RGB (Red+Green+Blue) = 238+165+39=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA527 is #115AD8. Grayscale: #ADADAD. Windows color (decimal): -1137369 or 2598382. OLE color: 2598382.
HSL color Cylindrical-coordinate representation of color #EEA527: hue angle of 37.99º 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 #EEA527 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 39 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.07 |
| HSL | 37.99º | 0.85% | 0.54% | - |
| HSV(B) | 37.99º | 0.84% | 0.93% | - |
| XYZ | 49.08 | 45.23 | 8.06 | - |
| YUV | 172.46 | 52.68 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 39 | 0 | 0.31 | 0.84 | 0.07 | 37.99 | 0.85 | 0.54 |
| Hex | EE | A5 | 27 | 0 | 1F | 54 | 7 | 26 | 55 | 36 |
| Octal | 356 | 245 | 47 | 0 | 37 | 124 | 7 | 46 | 125 | 66 |
| Binary | 11101110 | 10100101 | 100111 | 0 | 11111 | 1010100 | 111 | 100110 | 1010101 | 110110 |
Color Harmonies of #EEA527
Complementary color
Monochromatic Colors of #EEA527
Black with #EEA527
Text Example
Text Example
White with #EEA527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA527; }
p { color: rgb(238,165,39); }
H1.HeaderClassName
{
color: #EEA527;
}
.AnyTagClassName
{
color: #EEA527;
}
</style>
background-color css
<style>
a { background-color: #EEA527; }
a { background-color: rgb(238,165,39); }
div.DivClassName
{
background-color: #EEA527;
}
.BgClassName
{
background-color: #EEA527;
}
</style>
border-color css
<style>
span { border-color: #EEA527; }
span { border-color: rgb(238,165,39); }
td.TdClassName
{
border-color: #EEA527;
}
.TagClassName
{
border-color: #EEA527;
}
</style>