Shades of Lightning Yellow #EFA624
Tints of Lightning Yellow #EFA624
RGB
CMYK
RGB Variations
Color information
#EFA624 (or 0xEFA624) is known color: Lightning Yellow. HEX triplet: EF, A6 and 24. RGB value is (239,166,36). Sum of RGB (Red+Green+Blue) = 239+166+36=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA624 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA624 is #1059DB. Grayscale: #ADADAD. Windows color (decimal): -1071580 or 2402031. OLE color: 2402031.
HSL color Cylindrical-coordinate representation of color #EFA624: hue angle of 38.42º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFA624 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 36 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.06 |
| HSL | 38.42º | 0.86% | 0.54% | - |
| HSV(B) | 38.42º | 0.85% | 0.94% | - |
| XYZ | 49.55 | 45.75 | 7.89 | - |
| YUV | 173.01 | 50.68 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 36 | 0 | 0.31 | 0.85 | 0.06 | 38.42 | 0.86 | 0.54 |
| Hex | EF | A6 | 24 | 0 | 1F | 55 | 6 | 26 | 56 | 36 |
| Octal | 357 | 246 | 44 | 0 | 37 | 125 | 6 | 46 | 126 | 66 |
| Binary | 11101111 | 10100110 | 100100 | 0 | 11111 | 1010101 | 110 | 100110 | 1010110 | 110110 |
Color Harmonies of #EFA624
Complementary color
Monochromatic Colors of #EFA624
Black with #EFA624
Text Example
Text Example
White with #EFA624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA624; }
p { color: rgb(239,166,36); }
H1.HeaderClassName
{
color: #EFA624;
}
.AnyTagClassName
{
color: #EFA624;
}
</style>
background-color css
<style>
a { background-color: #EFA624; }
a { background-color: rgb(239,166,36); }
div.DivClassName
{
background-color: #EFA624;
}
.BgClassName
{
background-color: #EFA624;
}
</style>
border-color css
<style>
span { border-color: #EFA624; }
span { border-color: rgb(239,166,36); }
td.TdClassName
{
border-color: #EFA624;
}
.TagClassName
{
border-color: #EFA624;
}
</style>