Shades of Lightning Yellow #EFAA32
Tints of Lightning Yellow #EFAA32
RGB
CMYK
RGB Variations
Color information
#EFAA32 (or 0xEFAA32) is known color: Lightning Yellow. HEX triplet: EF, AA and 32. RGB value is (239,170,50). Sum of RGB (Red+Green+Blue) = 239+170+50=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA32 is #1055CD. Grayscale: #B1B1B1. Windows color (decimal): -1070542 or 3320559. OLE color: 3320559.
HSL color Cylindrical-coordinate representation of color #EFAA32: hue angle of 38.1º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFAA32 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 50 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.06 |
| HSL | 38.1º | 0.86% | 0.57% | - |
| HSV(B) | 38.1º | 0.79% | 0.94% | - |
| XYZ | 50.55 | 47.33 | 9.49 | - |
| YUV | 176.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 50 | 0 | 0.29 | 0.79 | 0.06 | 38.1 | 0.86 | 0.57 |
| Hex | EF | AA | 32 | 0 | 1D | 4F | 6 | 26 | 56 | 39 |
| Octal | 357 | 252 | 62 | 0 | 35 | 117 | 6 | 46 | 126 | 71 |
| Binary | 11101111 | 10101010 | 110010 | 0 | 11101 | 1001111 | 110 | 100110 | 1010110 | 111001 |
Color Harmonies of #EFAA32
Complementary color
Monochromatic Colors of #EFAA32
Black with #EFAA32
Text Example
Text Example
White with #EFAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA32; }
p { color: rgb(239,170,50); }
H1.HeaderClassName
{
color: #EFAA32;
}
.AnyTagClassName
{
color: #EFAA32;
}
</style>
background-color css
<style>
a { background-color: #EFAA32; }
a { background-color: rgb(239,170,50); }
div.DivClassName
{
background-color: #EFAA32;
}
.BgClassName
{
background-color: #EFAA32;
}
</style>
border-color css
<style>
span { border-color: #EFAA32; }
span { border-color: rgb(239,170,50); }
td.TdClassName
{
border-color: #EFAA32;
}
.TagClassName
{
border-color: #EFAA32;
}
</style>