Shades of Lightning Yellow #EFAE32
Tints of Lightning Yellow #EFAE32
RGB
CMYK
RGB Variations
Color information
#EFAE32 (or 0xEFAE32) is known color: Lightning Yellow. HEX triplet: EF, AE and 32. RGB value is (239,174,50). Sum of RGB (Red+Green+Blue) = 239+174+50=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAE32 is #1051CD. Grayscale: #B3B3B3. Windows color (decimal): -1069518 or 3321583. OLE color: 3321583.
HSL color Cylindrical-coordinate representation of color #EFAE32: hue angle of 39.37º degrees, saturation: 0.86, 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 #EFAE32 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 50 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.06 |
| HSL | 39.37º | 0.86% | 0.57% | - |
| HSV(B) | 39.37º | 0.79% | 0.94% | - |
| XYZ | 51.31 | 48.85 | 9.74 | - |
| YUV | 179.3 | 55.03 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 50 | 0 | 0.27 | 0.79 | 0.06 | 39.37 | 0.86 | 0.57 |
| Hex | EF | AE | 32 | 0 | 1B | 4F | 6 | 27 | 56 | 39 |
| Octal | 357 | 256 | 62 | 0 | 33 | 117 | 6 | 47 | 126 | 71 |
| Binary | 11101111 | 10101110 | 110010 | 0 | 11011 | 1001111 | 110 | 100111 | 1010110 | 111001 |
Color Harmonies of #EFAE32
Complementary color
Monochromatic Colors of #EFAE32
Black with #EFAE32
Text Example
Text Example
White with #EFAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAE32; }
p { color: rgb(239,174,50); }
H1.HeaderClassName
{
color: #EFAE32;
}
.AnyTagClassName
{
color: #EFAE32;
}
</style>
background-color css
<style>
a { background-color: #EFAE32; }
a { background-color: rgb(239,174,50); }
div.DivClassName
{
background-color: #EFAE32;
}
.BgClassName
{
background-color: #EFAE32;
}
</style>
border-color css
<style>
span { border-color: #EFAE32; }
span { border-color: rgb(239,174,50); }
td.TdClassName
{
border-color: #EFAE32;
}
.TagClassName
{
border-color: #EFAE32;
}
</style>