Shades of Lightning Yellow #EFA52E
Tints of Lightning Yellow #EFA52E
RGB
CMYK
RGB Variations
Color information
#EFA52E (or 0xEFA52E) is known color: Lightning Yellow. HEX triplet: EF, A5 and 2E. RGB value is (239,165,46). Sum of RGB (Red+Green+Blue) = 239+165+46=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA52E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA52E is #105AD1. Grayscale: #AEAEAE. Windows color (decimal): -1071826 or 3057135. OLE color: 3057135.
HSL color Cylindrical-coordinate representation of color #EFA52E: hue angle of 36.99º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFA52E is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 46 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.06 |
| HSL | 36.99º | 0.86% | 0.56% | - |
| HSV(B) | 36.99º | 0.81% | 0.94% | - |
| XYZ | 49.54 | 45.46 | 8.75 | - |
| YUV | 173.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 46 | 0 | 0.31 | 0.81 | 0.06 | 36.99 | 0.86 | 0.56 |
| Hex | EF | A5 | 2E | 0 | 1F | 51 | 6 | 25 | 56 | 38 |
| Octal | 357 | 245 | 56 | 0 | 37 | 121 | 6 | 45 | 126 | 70 |
| Binary | 11101111 | 10100101 | 101110 | 0 | 11111 | 1010001 | 110 | 100101 | 1010110 | 111000 |
Color Harmonies of #EFA52E
Complementary color
Monochromatic Colors of #EFA52E
Black with #EFA52E
Text Example
Text Example
White with #EFA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA52E; }
p { color: rgb(239,165,46); }
H1.HeaderClassName
{
color: #EFA52E;
}
.AnyTagClassName
{
color: #EFA52E;
}
</style>
background-color css
<style>
a { background-color: #EFA52E; }
a { background-color: rgb(239,165,46); }
div.DivClassName
{
background-color: #EFA52E;
}
.BgClassName
{
background-color: #EFA52E;
}
</style>
border-color css
<style>
span { border-color: #EFA52E; }
span { border-color: rgb(239,165,46); }
td.TdClassName
{
border-color: #EFA52E;
}
.TagClassName
{
border-color: #EFA52E;
}
</style>