Shades of Lightning Yellow #EFA92D
Tints of Lightning Yellow #EFA92D
RGB
CMYK
RGB Variations
Color information
#EFA92D (or 0xEFA92D) is known color: Lightning Yellow. HEX triplet: EF, A9 and 2D. RGB value is (239,169,45). Sum of RGB (Red+Green+Blue) = 239+169+45=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA92D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA92D is #1056D2. Grayscale: #B0B0B0. Windows color (decimal): -1070803 or 2992623. OLE color: 2992623.
HSL color Cylindrical-coordinate representation of color #EFA92D: hue angle of 38.35º 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 #EFA92D is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 45 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.06 |
| HSL | 38.35º | 0.86% | 0.56% | - |
| HSV(B) | 38.35º | 0.81% | 0.94% | - |
| XYZ | 50.26 | 46.92 | 8.89 | - |
| YUV | 175.79 | 54.19 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 45 | 0 | 0.29 | 0.81 | 0.06 | 38.35 | 0.86 | 0.56 |
| Hex | EF | A9 | 2D | 0 | 1D | 51 | 6 | 26 | 56 | 38 |
| Octal | 357 | 251 | 55 | 0 | 35 | 121 | 6 | 46 | 126 | 70 |
| Binary | 11101111 | 10101001 | 101101 | 0 | 11101 | 1010001 | 110 | 100110 | 1010110 | 111000 |
Color Harmonies of #EFA92D
Complementary color
Monochromatic Colors of #EFA92D
Black with #EFA92D
Text Example
Text Example
White with #EFA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA92D; }
p { color: rgb(239,169,45); }
H1.HeaderClassName
{
color: #EFA92D;
}
.AnyTagClassName
{
color: #EFA92D;
}
</style>
background-color css
<style>
a { background-color: #EFA92D; }
a { background-color: rgb(239,169,45); }
div.DivClassName
{
background-color: #EFA92D;
}
.BgClassName
{
background-color: #EFA92D;
}
</style>
border-color css
<style>
span { border-color: #EFA92D; }
span { border-color: rgb(239,169,45); }
td.TdClassName
{
border-color: #EFA92D;
}
.TagClassName
{
border-color: #EFA92D;
}
</style>