Shades of Lightning Yellow #EFA42B
Tints of Lightning Yellow #EFA42B
RGB
CMYK
RGB Variations
Color information
#EFA42B (or 0xEFA42B) is known color: Lightning Yellow. HEX triplet: EF, A4 and 2B. RGB value is (239,164,43). Sum of RGB (Red+Green+Blue) = 239+164+43=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA42B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA42B is #105BD4. Grayscale: #ADADAD. Windows color (decimal): -1072085 or 2860271. OLE color: 2860271.
HSL color Cylindrical-coordinate representation of color #EFA42B: hue angle of 37.04º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFA42B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 43 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.06 |
| HSL | 37.04º | 0.86% | 0.55% | - |
| HSV(B) | 37.04º | 0.82% | 0.94% | - |
| XYZ | 49.31 | 45.08 | 8.39 | - |
| YUV | 172.63 | 54.85 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 43 | 0 | 0.31 | 0.82 | 0.06 | 37.04 | 0.86 | 0.55 |
| Hex | EF | A4 | 2B | 0 | 1F | 52 | 6 | 25 | 56 | 37 |
| Octal | 357 | 244 | 53 | 0 | 37 | 122 | 6 | 45 | 126 | 67 |
| Binary | 11101111 | 10100100 | 101011 | 0 | 11111 | 1010010 | 110 | 100101 | 1010110 | 110111 |
Color Harmonies of #EFA42B
Complementary color
Monochromatic Colors of #EFA42B
Black with #EFA42B
Text Example
Text Example
White with #EFA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA42B; }
p { color: rgb(239,164,43); }
H1.HeaderClassName
{
color: #EFA42B;
}
.AnyTagClassName
{
color: #EFA42B;
}
</style>
background-color css
<style>
a { background-color: #EFA42B; }
a { background-color: rgb(239,164,43); }
div.DivClassName
{
background-color: #EFA42B;
}
.BgClassName
{
background-color: #EFA42B;
}
</style>
border-color css
<style>
span { border-color: #EFA42B; }
span { border-color: rgb(239,164,43); }
td.TdClassName
{
border-color: #EFA42B;
}
.TagClassName
{
border-color: #EFA42B;
}
</style>