Shades of Lightning Yellow #EFA42C
Tints of Lightning Yellow #EFA42C
RGB
CMYK
RGB Variations
Color information
#EFA42C (or 0xEFA42C) is known color: Lightning Yellow. HEX triplet: EF, A4 and 2C. RGB value is (239,164,44). Sum of RGB (Red+Green+Blue) = 239+164+44=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA42C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA42C is #105BD3. Grayscale: #ADADAD. Windows color (decimal): -1072084 or 2925807. OLE color: 2925807.
HSL color Cylindrical-coordinate representation of color #EFA42C: hue angle of 36.92º 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 #EFA42C is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 44 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.06 |
| HSL | 36.92º | 0.86% | 0.55% | - |
| HSV(B) | 36.92º | 0.82% | 0.94% | - |
| XYZ | 49.33 | 45.08 | 8.49 | - |
| YUV | 172.75 | 55.35 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 44 | 0 | 0.31 | 0.82 | 0.06 | 36.92 | 0.86 | 0.55 |
| Hex | EF | A4 | 2C | 0 | 1F | 52 | 6 | 25 | 56 | 37 |
| Octal | 357 | 244 | 54 | 0 | 37 | 122 | 6 | 45 | 126 | 67 |
| Binary | 11101111 | 10100100 | 101100 | 0 | 11111 | 1010010 | 110 | 100101 | 1010110 | 110111 |
Color Harmonies of #EFA42C
Complementary color
Monochromatic Colors of #EFA42C
Black with #EFA42C
Text Example
Text Example
White with #EFA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA42C; }
p { color: rgb(239,164,44); }
H1.HeaderClassName
{
color: #EFA42C;
}
.AnyTagClassName
{
color: #EFA42C;
}
</style>
background-color css
<style>
a { background-color: #EFA42C; }
a { background-color: rgb(239,164,44); }
div.DivClassName
{
background-color: #EFA42C;
}
.BgClassName
{
background-color: #EFA42C;
}
</style>
border-color css
<style>
span { border-color: #EFA42C; }
span { border-color: rgb(239,164,44); }
td.TdClassName
{
border-color: #EFA42C;
}
.TagClassName
{
border-color: #EFA42C;
}
</style>