Shades of Lightning Yellow #EFAB31
Tints of Lightning Yellow #EFAB31
RGB
CMYK
RGB Variations
Color information
#EFAB31 (or 0xEFAB31) is known color: Lightning Yellow. HEX triplet: EF, AB and 31. RGB value is (239,171,49). Sum of RGB (Red+Green+Blue) = 239+171+49=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB31 is #1054CE. Grayscale: #B1B1B1. Windows color (decimal): -1070287 or 3255279. OLE color: 3255279.
HSL color Cylindrical-coordinate representation of color #EFAB31: hue angle of 38.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFAB31 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 49 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.06 |
| HSL | 38.53º | 0.86% | 0.56% | - |
| HSV(B) | 38.53º | 0.79% | 0.94% | - |
| XYZ | 50.71 | 47.7 | 9.44 | - |
| YUV | 177.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 49 | 0 | 0.28 | 0.79 | 0.06 | 38.53 | 0.86 | 0.56 |
| Hex | EF | AB | 31 | 0 | 1C | 4F | 6 | 27 | 56 | 38 |
| Octal | 357 | 253 | 61 | 0 | 34 | 117 | 6 | 47 | 126 | 70 |
| Binary | 11101111 | 10101011 | 110001 | 0 | 11100 | 1001111 | 110 | 100111 | 1010110 | 111000 |
Color Harmonies of #EFAB31
Complementary color
Monochromatic Colors of #EFAB31
Black with #EFAB31
Text Example
Text Example
White with #EFAB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB31; }
p { color: rgb(239,171,49); }
H1.HeaderClassName
{
color: #EFAB31;
}
.AnyTagClassName
{
color: #EFAB31;
}
</style>
background-color css
<style>
a { background-color: #EFAB31; }
a { background-color: rgb(239,171,49); }
div.DivClassName
{
background-color: #EFAB31;
}
.BgClassName
{
background-color: #EFAB31;
}
</style>
border-color css
<style>
span { border-color: #EFAB31; }
span { border-color: rgb(239,171,49); }
td.TdClassName
{
border-color: #EFAB31;
}
.TagClassName
{
border-color: #EFAB31;
}
</style>