Shades of Lightning Yellow #EFA02A
Tints of Lightning Yellow #EFA02A
RGB
CMYK
RGB Variations
Color information
#EFA02A (or 0xEFA02A) is known color: Lightning Yellow. HEX triplet: EF, A0 and 2A. RGB value is (239,160,42). Sum of RGB (Red+Green+Blue) = 239+160+42=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA02A is #105FD5. Grayscale: #AAAAAA. Windows color (decimal): -1073110 or 2793711. OLE color: 2793711.
HSL color Cylindrical-coordinate representation of color #EFA02A: hue angle of 35.94º 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 #EFA02A is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 42 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.06 |
| HSL | 35.94º | 0.86% | 0.55% | - |
| HSV(B) | 35.94º | 0.82% | 0.94% | - |
| XYZ | 48.59 | 43.66 | 8.06 | - |
| YUV | 170.17 | 55.67 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 42 | 0 | 0.33 | 0.82 | 0.06 | 35.94 | 0.86 | 0.55 |
| Hex | EF | A0 | 2A | 0 | 21 | 52 | 6 | 24 | 56 | 37 |
| Octal | 357 | 240 | 52 | 0 | 41 | 122 | 6 | 44 | 126 | 67 |
| Binary | 11101111 | 10100000 | 101010 | 0 | 100001 | 1010010 | 110 | 100100 | 1010110 | 110111 |
Color Harmonies of #EFA02A
Complementary color
Monochromatic Colors of #EFA02A
Black with #EFA02A
Text Example
Text Example
White with #EFA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA02A; }
p { color: rgb(239,160,42); }
H1.HeaderClassName
{
color: #EFA02A;
}
.AnyTagClassName
{
color: #EFA02A;
}
</style>
background-color css
<style>
a { background-color: #EFA02A; }
a { background-color: rgb(239,160,42); }
div.DivClassName
{
background-color: #EFA02A;
}
.BgClassName
{
background-color: #EFA02A;
}
</style>
border-color css
<style>
span { border-color: #EFA02A; }
span { border-color: rgb(239,160,42); }
td.TdClassName
{
border-color: #EFA02A;
}
.TagClassName
{
border-color: #EFA02A;
}
</style>