Shades of Lightning Yellow #EFA834
Tints of Lightning Yellow #EFA834
RGB
CMYK
RGB Variations
Color information
#EFA834 (or 0xEFA834) is known color: Lightning Yellow. HEX triplet: EF, A8 and 34. RGB value is (239,168,52). Sum of RGB (Red+Green+Blue) = 239+168+52=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA834 is #1057CB. Grayscale: #B0B0B0. Windows color (decimal): -1071052 or 3451119. OLE color: 3451119.
HSL color Cylindrical-coordinate representation of color #EFA834: hue angle of 37.22º 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 #EFA834 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 52 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.06 |
| HSL | 37.22º | 0.85% | 0.57% | - |
| HSV(B) | 37.22º | 0.78% | 0.94% | - |
| XYZ | 50.22 | 46.6 | 9.6 | - |
| YUV | 176.01 | 58.02 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 52 | 0 | 0.30 | 0.78 | 0.06 | 37.22 | 0.85 | 0.57 |
| Hex | EF | A8 | 34 | 0 | 1E | 4E | 6 | 25 | 55 | 39 |
| Octal | 357 | 250 | 64 | 0 | 36 | 116 | 6 | 45 | 125 | 71 |
| Binary | 11101111 | 10101000 | 110100 | 0 | 11110 | 1001110 | 110 | 100101 | 1010101 | 111001 |
Color Harmonies of #EFA834
Complementary color
Monochromatic Colors of #EFA834
Black with #EFA834
Text Example
Text Example
White with #EFA834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA834; }
p { color: rgb(239,168,52); }
H1.HeaderClassName
{
color: #EFA834;
}
.AnyTagClassName
{
color: #EFA834;
}
</style>
background-color css
<style>
a { background-color: #EFA834; }
a { background-color: rgb(239,168,52); }
div.DivClassName
{
background-color: #EFA834;
}
.BgClassName
{
background-color: #EFA834;
}
</style>
border-color css
<style>
span { border-color: #EFA834; }
span { border-color: rgb(239,168,52); }
td.TdClassName
{
border-color: #EFA834;
}
.TagClassName
{
border-color: #EFA834;
}
</style>