Shades of Lightning Yellow #EFA735
Tints of Lightning Yellow #EFA735
RGB
CMYK
RGB Variations
Color information
#EFA735 (or 0xEFA735) is known color: Lightning Yellow. HEX triplet: EF, A7 and 35. RGB value is (239,167,53). Sum of RGB (Red+Green+Blue) = 239+167+53=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA735 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA735 is #1058CA. Grayscale: #B0B0B0. Windows color (decimal): -1071307 or 3516399. OLE color: 3516399.
HSL color Cylindrical-coordinate representation of color #EFA735: hue angle of 36.77º 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 #EFA735 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 53 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.06 |
| HSL | 36.77º | 0.85% | 0.57% | - |
| HSV(B) | 36.77º | 0.78% | 0.94% | - |
| XYZ | 50.06 | 46.25 | 9.66 | - |
| YUV | 175.53 | 58.85 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 53 | 0 | 0.30 | 0.78 | 0.06 | 36.77 | 0.85 | 0.57 |
| Hex | EF | A7 | 35 | 0 | 1E | 4E | 6 | 25 | 55 | 39 |
| Octal | 357 | 247 | 65 | 0 | 36 | 116 | 6 | 45 | 125 | 71 |
| Binary | 11101111 | 10100111 | 110101 | 0 | 11110 | 1001110 | 110 | 100101 | 1010101 | 111001 |
Color Harmonies of #EFA735
Complementary color
Monochromatic Colors of #EFA735
Black with #EFA735
Text Example
Text Example
White with #EFA735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA735; }
p { color: rgb(239,167,53); }
H1.HeaderClassName
{
color: #EFA735;
}
.AnyTagClassName
{
color: #EFA735;
}
</style>
background-color css
<style>
a { background-color: #EFA735; }
a { background-color: rgb(239,167,53); }
div.DivClassName
{
background-color: #EFA735;
}
.BgClassName
{
background-color: #EFA735;
}
</style>
border-color css
<style>
span { border-color: #EFA735; }
span { border-color: rgb(239,167,53); }
td.TdClassName
{
border-color: #EFA735;
}
.TagClassName
{
border-color: #EFA735;
}
</style>