Shades of Lightning Yellow #EFAC33
Tints of Lightning Yellow #EFAC33
RGB
CMYK
RGB Variations
Color information
#EFAC33 (or 0xEFAC33) is known color: Lightning Yellow. HEX triplet: EF, AC and 33. RGB value is (239,172,51). Sum of RGB (Red+Green+Blue) = 239+172+51=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC33 is #1053CC. Grayscale: #B2B2B2. Windows color (decimal): -1070029 or 3386607. OLE color: 3386607.
HSL color Cylindrical-coordinate representation of color #EFAC33: hue angle of 38.62º 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 #EFAC33 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 51 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.06 |
| HSL | 38.62º | 0.85% | 0.57% | - |
| HSV(B) | 38.62º | 0.79% | 0.94% | - |
| XYZ | 50.95 | 48.09 | 9.73 | - |
| YUV | 178.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 51 | 0 | 0.28 | 0.79 | 0.06 | 38.62 | 0.85 | 0.57 |
| Hex | EF | AC | 33 | 0 | 1C | 4F | 6 | 27 | 55 | 39 |
| Octal | 357 | 254 | 63 | 0 | 34 | 117 | 6 | 47 | 125 | 71 |
| Binary | 11101111 | 10101100 | 110011 | 0 | 11100 | 1001111 | 110 | 100111 | 1010101 | 111001 |
Color Harmonies of #EFAC33
Complementary color
Monochromatic Colors of #EFAC33
Black with #EFAC33
Text Example
Text Example
White with #EFAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC33; }
p { color: rgb(239,172,51); }
H1.HeaderClassName
{
color: #EFAC33;
}
.AnyTagClassName
{
color: #EFAC33;
}
</style>
background-color css
<style>
a { background-color: #EFAC33; }
a { background-color: rgb(239,172,51); }
div.DivClassName
{
background-color: #EFAC33;
}
.BgClassName
{
background-color: #EFAC33;
}
</style>
border-color css
<style>
span { border-color: #EFAC33; }
span { border-color: rgb(239,172,51); }
td.TdClassName
{
border-color: #EFAC33;
}
.TagClassName
{
border-color: #EFAC33;
}
</style>