Shades of Lightning Yellow #EFA22E
Tints of Lightning Yellow #EFA22E
RGB
CMYK
RGB Variations
Color information
#EFA22E (or 0xEFA22E) is known color: Lightning Yellow. HEX triplet: EF, A2 and 2E. RGB value is (239,162,46). Sum of RGB (Red+Green+Blue) = 239+162+46=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA22E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA22E is #105DD1. Grayscale: #ACACAC. Windows color (decimal): -1072594 or 3056367. OLE color: 3056367.
HSL color Cylindrical-coordinate representation of color #EFA22E: hue angle of 36.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFA22E is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 46 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.06 |
| HSL | 36.06º | 0.86% | 0.56% | - |
| HSV(B) | 36.06º | 0.81% | 0.94% | - |
| XYZ | 49.01 | 44.39 | 8.57 | - |
| YUV | 171.8 | 57.01 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 46 | 0 | 0.32 | 0.81 | 0.06 | 36.06 | 0.86 | 0.56 |
| Hex | EF | A2 | 2E | 0 | 20 | 51 | 6 | 24 | 56 | 38 |
| Octal | 357 | 242 | 56 | 0 | 40 | 121 | 6 | 44 | 126 | 70 |
| Binary | 11101111 | 10100010 | 101110 | 0 | 100000 | 1010001 | 110 | 100100 | 1010110 | 111000 |
Color Harmonies of #EFA22E
Complementary color
Monochromatic Colors of #EFA22E
Black with #EFA22E
Text Example
Text Example
White with #EFA22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA22E; }
p { color: rgb(239,162,46); }
H1.HeaderClassName
{
color: #EFA22E;
}
.AnyTagClassName
{
color: #EFA22E;
}
</style>
background-color css
<style>
a { background-color: #EFA22E; }
a { background-color: rgb(239,162,46); }
div.DivClassName
{
background-color: #EFA22E;
}
.BgClassName
{
background-color: #EFA22E;
}
</style>
border-color css
<style>
span { border-color: #EFA22E; }
span { border-color: rgb(239,162,46); }
td.TdClassName
{
border-color: #EFA22E;
}
.TagClassName
{
border-color: #EFA22E;
}
</style>