Shades of Lightning Yellow #EFA524
Tints of Lightning Yellow #EFA524
RGB
CMYK
RGB Variations
Color information
#EFA524 (or 0xEFA524) is known color: Lightning Yellow. HEX triplet: EF, A5 and 24. RGB value is (239,165,36). Sum of RGB (Red+Green+Blue) = 239+165+36=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA524 is #105ADB. Grayscale: #ADADAD. Windows color (decimal): -1071836 or 2401775. OLE color: 2401775.
HSL color Cylindrical-coordinate representation of color #EFA524: hue angle of 38.13º 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 #EFA524 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 36 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.06 |
| HSL | 38.13º | 0.86% | 0.54% | - |
| HSV(B) | 38.13º | 0.85% | 0.94% | - |
| XYZ | 49.37 | 45.39 | 7.83 | - |
| YUV | 172.42 | 51.02 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 36 | 0 | 0.31 | 0.85 | 0.06 | 38.13 | 0.86 | 0.54 |
| Hex | EF | A5 | 24 | 0 | 1F | 55 | 6 | 26 | 56 | 36 |
| Octal | 357 | 245 | 44 | 0 | 37 | 125 | 6 | 46 | 126 | 66 |
| Binary | 11101111 | 10100101 | 100100 | 0 | 11111 | 1010101 | 110 | 100110 | 1010110 | 110110 |
Color Harmonies of #EFA524
Complementary color
Monochromatic Colors of #EFA524
Black with #EFA524
Text Example
Text Example
White with #EFA524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA524; }
p { color: rgb(239,165,36); }
H1.HeaderClassName
{
color: #EFA524;
}
.AnyTagClassName
{
color: #EFA524;
}
</style>
background-color css
<style>
a { background-color: #EFA524; }
a { background-color: rgb(239,165,36); }
div.DivClassName
{
background-color: #EFA524;
}
.BgClassName
{
background-color: #EFA524;
}
</style>
border-color css
<style>
span { border-color: #EFA524; }
span { border-color: rgb(239,165,36); }
td.TdClassName
{
border-color: #EFA524;
}
.TagClassName
{
border-color: #EFA524;
}
</style>