Shades of Lightning Yellow #EFAA37
Tints of Lightning Yellow #EFAA37
RGB
CMYK
RGB Variations
Color information
#EFAA37 (or 0xEFAA37) is known color: Lightning Yellow. HEX triplet: EF, AA and 37. RGB value is (239,170,55). Sum of RGB (Red+Green+Blue) = 239+170+55=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 55 (21.88% from 255 or 11.85% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA37 is #1055C8. Grayscale: #B2B2B2. Windows color (decimal): -1070537 or 3648239. OLE color: 3648239.
HSL color Cylindrical-coordinate representation of color #EFAA37: hue angle of 37.5º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFAA37 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 55 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.06 |
| HSL | 37.5º | 0.85% | 0.58% | - |
| HSV(B) | 37.5º | 0.77% | 0.94% | - |
| XYZ | 50.66 | 47.38 | 10.09 | - |
| YUV | 177.52 | 58.86 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 55 | 0 | 0.29 | 0.77 | 0.06 | 37.5 | 0.85 | 0.58 |
| Hex | EF | AA | 37 | 0 | 1D | 4D | 6 | 26 | 55 | 3A |
| Octal | 357 | 252 | 67 | 0 | 35 | 115 | 6 | 46 | 125 | 72 |
| Binary | 11101111 | 10101010 | 110111 | 0 | 11101 | 1001101 | 110 | 100110 | 1010101 | 111010 |
Color Harmonies of #EFAA37
Complementary color
Monochromatic Colors of #EFAA37
Black with #EFAA37
Text Example
Text Example
White with #EFAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA37; }
p { color: rgb(239,170,55); }
H1.HeaderClassName
{
color: #EFAA37;
}
.AnyTagClassName
{
color: #EFAA37;
}
</style>
background-color css
<style>
a { background-color: #EFAA37; }
a { background-color: rgb(239,170,55); }
div.DivClassName
{
background-color: #EFAA37;
}
.BgClassName
{
background-color: #EFAA37;
}
</style>
border-color css
<style>
span { border-color: #EFAA37; }
span { border-color: rgb(239,170,55); }
td.TdClassName
{
border-color: #EFAA37;
}
.TagClassName
{
border-color: #EFAA37;
}
</style>