Shades of Lightning Yellow #EFA42D
Tints of Lightning Yellow #EFA42D
RGB
CMYK
RGB Variations
Color information
#EFA42D (or 0xEFA42D) is known color: Lightning Yellow. HEX triplet: EF, A4 and 2D. RGB value is (239,164,45). Sum of RGB (Red+Green+Blue) = 239+164+45=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA42D is #105BD2. Grayscale: #ADADAD. Windows color (decimal): -1072083 or 2991343. OLE color: 2991343.
HSL color Cylindrical-coordinate representation of color #EFA42D: hue angle of 36.8º 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 #EFA42D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 45 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.06 |
| HSL | 36.8º | 0.86% | 0.56% | - |
| HSV(B) | 36.8º | 0.81% | 0.94% | - |
| XYZ | 49.35 | 45.09 | 8.59 | - |
| YUV | 172.86 | 55.85 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 45 | 0 | 0.31 | 0.81 | 0.06 | 36.8 | 0.86 | 0.56 |
| Hex | EF | A4 | 2D | 0 | 1F | 51 | 6 | 25 | 56 | 38 |
| Octal | 357 | 244 | 55 | 0 | 37 | 121 | 6 | 45 | 126 | 70 |
| Binary | 11101111 | 10100100 | 101101 | 0 | 11111 | 1010001 | 110 | 100101 | 1010110 | 111000 |
Color Harmonies of #EFA42D
Complementary color
Monochromatic Colors of #EFA42D
Black with #EFA42D
Text Example
Text Example
White with #EFA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA42D; }
p { color: rgb(239,164,45); }
H1.HeaderClassName
{
color: #EFA42D;
}
.AnyTagClassName
{
color: #EFA42D;
}
</style>
background-color css
<style>
a { background-color: #EFA42D; }
a { background-color: rgb(239,164,45); }
div.DivClassName
{
background-color: #EFA42D;
}
.BgClassName
{
background-color: #EFA42D;
}
</style>
border-color css
<style>
span { border-color: #EFA42D; }
span { border-color: rgb(239,164,45); }
td.TdClassName
{
border-color: #EFA42D;
}
.TagClassName
{
border-color: #EFA42D;
}
</style>