Shades of Lightning Yellow #EFAB2E
Tints of Lightning Yellow #EFAB2E
RGB
CMYK
RGB Variations
Color information
#EFAB2E (or 0xEFAB2E) is known color: Lightning Yellow. HEX triplet: EF, AB and 2E. RGB value is (239,171,46). Sum of RGB (Red+Green+Blue) = 239+171+46=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 46 (18.36% from 255 or 10.09% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB2E is #1054D1. Grayscale: #B1B1B1. Windows color (decimal): -1070290 or 3058671. OLE color: 3058671.
HSL color Cylindrical-coordinate representation of color #EFAB2E: hue angle of 38.86º 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 #EFAB2E is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 46 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.06 |
| HSL | 38.86º | 0.86% | 0.56% | - |
| HSV(B) | 38.86º | 0.81% | 0.94% | - |
| XYZ | 50.65 | 47.67 | 9.12 | - |
| YUV | 177.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 46 | 0 | 0.28 | 0.81 | 0.06 | 38.86 | 0.86 | 0.56 |
| Hex | EF | AB | 2E | 0 | 1C | 51 | 6 | 27 | 56 | 38 |
| Octal | 357 | 253 | 56 | 0 | 34 | 121 | 6 | 47 | 126 | 70 |
| Binary | 11101111 | 10101011 | 101110 | 0 | 11100 | 1010001 | 110 | 100111 | 1010110 | 111000 |
Color Harmonies of #EFAB2E
Complementary color
Monochromatic Colors of #EFAB2E
Black with #EFAB2E
Text Example
Text Example
White with #EFAB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB2E; }
p { color: rgb(239,171,46); }
H1.HeaderClassName
{
color: #EFAB2E;
}
.AnyTagClassName
{
color: #EFAB2E;
}
</style>
background-color css
<style>
a { background-color: #EFAB2E; }
a { background-color: rgb(239,171,46); }
div.DivClassName
{
background-color: #EFAB2E;
}
.BgClassName
{
background-color: #EFAB2E;
}
</style>
border-color css
<style>
span { border-color: #EFAB2E; }
span { border-color: rgb(239,171,46); }
td.TdClassName
{
border-color: #EFAB2E;
}
.TagClassName
{
border-color: #EFAB2E;
}
</style>