Shades of Lightning Yellow #EFA835
Tints of Lightning Yellow #EFA835
RGB
CMYK
RGB Variations
Color information
#EFA835 (or 0xEFA835) is known color: Lightning Yellow. HEX triplet: EF, A8 and 35. RGB value is (239,168,53). Sum of RGB (Red+Green+Blue) = 239+168+53=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA835 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA835 is #1057CA. Grayscale: #B0B0B0. Windows color (decimal): -1071051 or 3516655. OLE color: 3516655.
HSL color Cylindrical-coordinate representation of color #EFA835: hue angle of 37.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFA835 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 53 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.06 |
| HSL | 37.1º | 0.85% | 0.57% | - |
| HSV(B) | 37.1º | 0.78% | 0.94% | - |
| XYZ | 50.24 | 46.61 | 9.72 | - |
| YUV | 176.12 | 58.52 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 53 | 0 | 0.30 | 0.78 | 0.06 | 37.1 | 0.85 | 0.57 |
| Hex | EF | A8 | 35 | 0 | 1E | 4E | 6 | 25 | 55 | 39 |
| Octal | 357 | 250 | 65 | 0 | 36 | 116 | 6 | 45 | 125 | 71 |
| Binary | 11101111 | 10101000 | 110101 | 0 | 11110 | 1001110 | 110 | 100101 | 1010101 | 111001 |
Color Harmonies of #EFA835
Complementary color
Monochromatic Colors of #EFA835
Black with #EFA835
Text Example
Text Example
White with #EFA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA835; }
p { color: rgb(239,168,53); }
H1.HeaderClassName
{
color: #EFA835;
}
.AnyTagClassName
{
color: #EFA835;
}
</style>
background-color css
<style>
a { background-color: #EFA835; }
a { background-color: rgb(239,168,53); }
div.DivClassName
{
background-color: #EFA835;
}
.BgClassName
{
background-color: #EFA835;
}
</style>
border-color css
<style>
span { border-color: #EFA835; }
span { border-color: rgb(239,168,53); }
td.TdClassName
{
border-color: #EFA835;
}
.TagClassName
{
border-color: #EFA835;
}
</style>