Shades of Lightning Yellow #EFA12B
Tints of Lightning Yellow #EFA12B
RGB
CMYK
RGB Variations
Color information
#EFA12B (or 0xEFA12B) is known color: Lightning Yellow. HEX triplet: EF, A1 and 2B. RGB value is (239,161,43). Sum of RGB (Red+Green+Blue) = 239+161+43=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 43 (17.19% from 255 or 9.71% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA12B is #105ED4. Grayscale: #ABABAB. Windows color (decimal): -1072853 or 2859503. OLE color: 2859503.
HSL color Cylindrical-coordinate representation of color #EFA12B: hue angle of 36.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFA12B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 43 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.06 |
| HSL | 36.12º | 0.86% | 0.55% | - |
| HSV(B) | 36.12º | 0.82% | 0.94% | - |
| XYZ | 48.78 | 44.01 | 8.21 | - |
| YUV | 170.87 | 55.84 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 43 | 0 | 0.33 | 0.82 | 0.06 | 36.12 | 0.86 | 0.55 |
| Hex | EF | A1 | 2B | 0 | 21 | 52 | 6 | 24 | 56 | 37 |
| Octal | 357 | 241 | 53 | 0 | 41 | 122 | 6 | 44 | 126 | 67 |
| Binary | 11101111 | 10100001 | 101011 | 0 | 100001 | 1010010 | 110 | 100100 | 1010110 | 110111 |
Color Harmonies of #EFA12B
Complementary color
Monochromatic Colors of #EFA12B
Black with #EFA12B
Text Example
Text Example
White with #EFA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA12B; }
p { color: rgb(239,161,43); }
H1.HeaderClassName
{
color: #EFA12B;
}
.AnyTagClassName
{
color: #EFA12B;
}
</style>
background-color css
<style>
a { background-color: #EFA12B; }
a { background-color: rgb(239,161,43); }
div.DivClassName
{
background-color: #EFA12B;
}
.BgClassName
{
background-color: #EFA12B;
}
</style>
border-color css
<style>
span { border-color: #EFA12B; }
span { border-color: rgb(239,161,43); }
td.TdClassName
{
border-color: #EFA12B;
}
.TagClassName
{
border-color: #EFA12B;
}
</style>