Shades of Lightning Yellow #EFA634
Tints of Lightning Yellow #EFA634
RGB
CMYK
RGB Variations
Color information
#EFA634 (or 0xEFA634) is known color: Lightning Yellow. HEX triplet: EF, A6 and 34. RGB value is (239,166,52). Sum of RGB (Red+Green+Blue) = 239+166+52=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA634 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA634 is #1059CB. Grayscale: #AFAFAF. Windows color (decimal): -1071564 or 3450607. OLE color: 3450607.
HSL color Cylindrical-coordinate representation of color #EFA634: hue angle of 36.58º 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 #EFA634 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 52 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.06 |
| HSL | 36.58º | 0.85% | 0.57% | - |
| HSV(B) | 36.58º | 0.78% | 0.94% | - |
| XYZ | 49.85 | 45.87 | 9.48 | - |
| YUV | 174.83 | 58.68 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 52 | 0 | 0.31 | 0.78 | 0.06 | 36.58 | 0.85 | 0.57 |
| Hex | EF | A6 | 34 | 0 | 1F | 4E | 6 | 25 | 55 | 39 |
| Octal | 357 | 246 | 64 | 0 | 37 | 116 | 6 | 45 | 125 | 71 |
| Binary | 11101111 | 10100110 | 110100 | 0 | 11111 | 1001110 | 110 | 100101 | 1010101 | 111001 |
Color Harmonies of #EFA634
Complementary color
Monochromatic Colors of #EFA634
Black with #EFA634
Text Example
Text Example
White with #EFA634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA634; }
p { color: rgb(239,166,52); }
H1.HeaderClassName
{
color: #EFA634;
}
.AnyTagClassName
{
color: #EFA634;
}
</style>
background-color css
<style>
a { background-color: #EFA634; }
a { background-color: rgb(239,166,52); }
div.DivClassName
{
background-color: #EFA634;
}
.BgClassName
{
background-color: #EFA634;
}
</style>
border-color css
<style>
span { border-color: #EFA634; }
span { border-color: rgb(239,166,52); }
td.TdClassName
{
border-color: #EFA634;
}
.TagClassName
{
border-color: #EFA634;
}
</style>