Shades of Lightning Yellow #EFAB2C
Tints of Lightning Yellow #EFAB2C
RGB
CMYK
RGB Variations
Color information
#EFAB2C (or 0xEFAB2C) is known color: Lightning Yellow. HEX triplet: EF, AB and 2C. RGB value is (239,171,44). Sum of RGB (Red+Green+Blue) = 239+171+44=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB2C is #1054D3. Grayscale: #B1B1B1. Windows color (decimal): -1070292 or 2927599. OLE color: 2927599.
HSL color Cylindrical-coordinate representation of color #EFAB2C: hue angle of 39.08º 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 #EFAB2C is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 44 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.06 |
| HSL | 39.08º | 0.86% | 0.55% | - |
| HSV(B) | 39.08º | 0.82% | 0.94% | - |
| XYZ | 50.61 | 47.66 | 8.91 | - |
| YUV | 176.85 | 53.03 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 44 | 0 | 0.28 | 0.82 | 0.06 | 39.08 | 0.86 | 0.55 |
| Hex | EF | AB | 2C | 0 | 1C | 52 | 6 | 27 | 56 | 37 |
| Octal | 357 | 253 | 54 | 0 | 34 | 122 | 6 | 47 | 126 | 67 |
| Binary | 11101111 | 10101011 | 101100 | 0 | 11100 | 1010010 | 110 | 100111 | 1010110 | 110111 |
Color Harmonies of #EFAB2C
Complementary color
Monochromatic Colors of #EFAB2C
Black with #EFAB2C
Text Example
Text Example
White with #EFAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB2C; }
p { color: rgb(239,171,44); }
H1.HeaderClassName
{
color: #EFAB2C;
}
.AnyTagClassName
{
color: #EFAB2C;
}
</style>
background-color css
<style>
a { background-color: #EFAB2C; }
a { background-color: rgb(239,171,44); }
div.DivClassName
{
background-color: #EFAB2C;
}
.BgClassName
{
background-color: #EFAB2C;
}
</style>
border-color css
<style>
span { border-color: #EFAB2C; }
span { border-color: rgb(239,171,44); }
td.TdClassName
{
border-color: #EFAB2C;
}
.TagClassName
{
border-color: #EFAB2C;
}
</style>