Shades of Lightning Yellow #EFA52F
Tints of Lightning Yellow #EFA52F
RGB
CMYK
RGB Variations
Color information
#EFA52F (or 0xEFA52F) is known color: Lightning Yellow. HEX triplet: EF, A5 and 2F. RGB value is (239,165,47). Sum of RGB (Red+Green+Blue) = 239+165+47=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA52F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA52F is #105AD0. Grayscale: #AEAEAE. Windows color (decimal): -1071825 or 3122671. OLE color: 3122671.
HSL color Cylindrical-coordinate representation of color #EFA52F: hue angle of 36.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFA52F is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 47 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.06 |
| HSL | 36.88º | 0.86% | 0.56% | - |
| HSV(B) | 36.88º | 0.8% | 0.94% | - |
| XYZ | 49.56 | 45.47 | 8.85 | - |
| YUV | 173.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 47 | 0 | 0.31 | 0.80 | 0.06 | 36.88 | 0.86 | 0.56 |
| Hex | EF | A5 | 2F | 0 | 1F | 50 | 6 | 25 | 56 | 38 |
| Octal | 357 | 245 | 57 | 0 | 37 | 120 | 6 | 45 | 126 | 70 |
| Binary | 11101111 | 10100101 | 101111 | 0 | 11111 | 1010000 | 110 | 100101 | 1010110 | 111000 |
Color Harmonies of #EFA52F
Complementary color
Monochromatic Colors of #EFA52F
Black with #EFA52F
Text Example
Text Example
White with #EFA52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA52F; }
p { color: rgb(239,165,47); }
H1.HeaderClassName
{
color: #EFA52F;
}
.AnyTagClassName
{
color: #EFA52F;
}
</style>
background-color css
<style>
a { background-color: #EFA52F; }
a { background-color: rgb(239,165,47); }
div.DivClassName
{
background-color: #EFA52F;
}
.BgClassName
{
background-color: #EFA52F;
}
</style>
border-color css
<style>
span { border-color: #EFA52F; }
span { border-color: rgb(239,165,47); }
td.TdClassName
{
border-color: #EFA52F;
}
.TagClassName
{
border-color: #EFA52F;
}
</style>