Shades of Lightning Yellow #EFAB33
Tints of Lightning Yellow #EFAB33
RGB
CMYK
RGB Variations
Color information
#EFAB33 (or 0xEFAB33) is known color: Lightning Yellow. HEX triplet: EF, AB and 33. RGB value is (239,171,51). Sum of RGB (Red+Green+Blue) = 239+171+51=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB33 is #1054CC. Grayscale: #B2B2B2. Windows color (decimal): -1070285 or 3386351. OLE color: 3386351.
HSL color Cylindrical-coordinate representation of color #EFAB33: hue angle of 38.3º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFAB33 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 51 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.06 |
| HSL | 38.3º | 0.85% | 0.57% | - |
| HSV(B) | 38.3º | 0.79% | 0.94% | - |
| XYZ | 50.76 | 47.72 | 9.67 | - |
| YUV | 177.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 51 | 0 | 0.28 | 0.79 | 0.06 | 38.3 | 0.85 | 0.57 |
| Hex | EF | AB | 33 | 0 | 1C | 4F | 6 | 26 | 55 | 39 |
| Octal | 357 | 253 | 63 | 0 | 34 | 117 | 6 | 46 | 125 | 71 |
| Binary | 11101111 | 10101011 | 110011 | 0 | 11100 | 1001111 | 110 | 100110 | 1010101 | 111001 |
Color Harmonies of #EFAB33
Complementary color
Monochromatic Colors of #EFAB33
Black with #EFAB33
Text Example
Text Example
White with #EFAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB33; }
p { color: rgb(239,171,51); }
H1.HeaderClassName
{
color: #EFAB33;
}
.AnyTagClassName
{
color: #EFAB33;
}
</style>
background-color css
<style>
a { background-color: #EFAB33; }
a { background-color: rgb(239,171,51); }
div.DivClassName
{
background-color: #EFAB33;
}
.BgClassName
{
background-color: #EFAB33;
}
</style>
border-color css
<style>
span { border-color: #EFAB33; }
span { border-color: rgb(239,171,51); }
td.TdClassName
{
border-color: #EFAB33;
}
.TagClassName
{
border-color: #EFAB33;
}
</style>