Shades of Lightning Yellow #EFAC2E
Tints of Lightning Yellow #EFAC2E
RGB
CMYK
RGB Variations
Color information
#EFAC2E (or 0xEFAC2E) is known color: Lightning Yellow. HEX triplet: EF, AC and 2E. RGB value is (239,172,46). Sum of RGB (Red+Green+Blue) = 239+172+46=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC2E is #1053D1. Grayscale: #B2B2B2. Windows color (decimal): -1070034 or 3058927. OLE color: 3058927.
HSL color Cylindrical-coordinate representation of color #EFAC2E: hue angle of 39.17º 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 #EFAC2E is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 46 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.06 |
| HSL | 39.17º | 0.86% | 0.56% | - |
| HSV(B) | 39.17º | 0.81% | 0.94% | - |
| XYZ | 50.84 | 48.05 | 9.18 | - |
| YUV | 177.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 46 | 0 | 0.28 | 0.81 | 0.06 | 39.17 | 0.86 | 0.56 |
| Hex | EF | AC | 2E | 0 | 1C | 51 | 6 | 27 | 56 | 38 |
| Octal | 357 | 254 | 56 | 0 | 34 | 121 | 6 | 47 | 126 | 70 |
| Binary | 11101111 | 10101100 | 101110 | 0 | 11100 | 1010001 | 110 | 100111 | 1010110 | 111000 |
Color Harmonies of #EFAC2E
Complementary color
Monochromatic Colors of #EFAC2E
Black with #EFAC2E
Text Example
Text Example
White with #EFAC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC2E; }
p { color: rgb(239,172,46); }
H1.HeaderClassName
{
color: #EFAC2E;
}
.AnyTagClassName
{
color: #EFAC2E;
}
</style>
background-color css
<style>
a { background-color: #EFAC2E; }
a { background-color: rgb(239,172,46); }
div.DivClassName
{
background-color: #EFAC2E;
}
.BgClassName
{
background-color: #EFAC2E;
}
</style>
border-color css
<style>
span { border-color: #EFAC2E; }
span { border-color: rgb(239,172,46); }
td.TdClassName
{
border-color: #EFAC2E;
}
.TagClassName
{
border-color: #EFAC2E;
}
</style>