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