Shades of Lightning Yellow #EFAC2C
Tints of Lightning Yellow #EFAC2C
RGB
CMYK
RGB Variations
Color information
#EFAC2C (or 0xEFAC2C) is known color: Lightning Yellow. HEX triplet: EF, AC and 2C. RGB value is (239,172,44). Sum of RGB (Red+Green+Blue) = 239+172+44=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC2C is #1053D3. Grayscale: #B2B2B2. Windows color (decimal): -1070036 or 2927855. OLE color: 2927855.
HSL color Cylindrical-coordinate representation of color #EFAC2C: hue angle of 39.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFAC2C is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 44 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.06 |
| HSL | 39.38º | 0.86% | 0.55% | - |
| HSV(B) | 39.38º | 0.82% | 0.94% | - |
| XYZ | 50.8 | 48.04 | 8.98 | - |
| YUV | 177.44 | 52.7 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 44 | 0 | 0.28 | 0.82 | 0.06 | 39.38 | 0.86 | 0.55 |
| Hex | EF | AC | 2C | 0 | 1C | 52 | 6 | 27 | 56 | 37 |
| Octal | 357 | 254 | 54 | 0 | 34 | 122 | 6 | 47 | 126 | 67 |
| Binary | 11101111 | 10101100 | 101100 | 0 | 11100 | 1010010 | 110 | 100111 | 1010110 | 110111 |
Color Harmonies of #EFAC2C
Complementary color
Monochromatic Colors of #EFAC2C
Black with #EFAC2C
Text Example
Text Example
White with #EFAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC2C; }
p { color: rgb(239,172,44); }
H1.HeaderClassName
{
color: #EFAC2C;
}
.AnyTagClassName
{
color: #EFAC2C;
}
</style>
background-color css
<style>
a { background-color: #EFAC2C; }
a { background-color: rgb(239,172,44); }
div.DivClassName
{
background-color: #EFAC2C;
}
.BgClassName
{
background-color: #EFAC2C;
}
</style>
border-color css
<style>
span { border-color: #EFAC2C; }
span { border-color: rgb(239,172,44); }
td.TdClassName
{
border-color: #EFAC2C;
}
.TagClassName
{
border-color: #EFAC2C;
}
</style>