Shades of Pizazz #EF7936
Tints of Pizazz #EF7936
RGB
CMYK
RGB Variations
Color information
#EF7936 (or 0xEF7936) is known color: Pizazz. HEX triplet: EF, 79 and 36. RGB value is (239,121,54). Sum of RGB (Red+Green+Blue) = 239+121+54=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 54 (21.48% from 255 or 13.04% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7936 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7936 is #1086C9. Grayscale: #959595. Windows color (decimal): -1083082 or 3570159. OLE color: 3570159.
HSL color Cylindrical-coordinate representation of color #EF7936: hue angle of 21.73º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF7936 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 54 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.06 |
| HSL | 21.73º | 0.85% | 0.57% | - |
| HSV(B) | 21.73º | 0.77% | 0.94% | - |
| XYZ | 43.1 | 32.29 | 7.45 | - |
| YUV | 148.64 | 74.59 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 54 | 0 | 0.49 | 0.77 | 0.06 | 21.73 | 0.85 | 0.57 |
| Hex | EF | 79 | 36 | 0 | 31 | 4D | 6 | 16 | 55 | 39 |
| Octal | 357 | 171 | 66 | 0 | 61 | 115 | 6 | 26 | 125 | 71 |
| Binary | 11101111 | 1111001 | 110110 | 0 | 110001 | 1001101 | 110 | 10110 | 1010101 | 111001 |
Color Harmonies of #EF7936
Complementary color
Monochromatic Colors of #EF7936
Black with #EF7936
Text Example
Text Example
White with #EF7936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7936; }
p { color: rgb(239,121,54); }
H1.HeaderClassName
{
color: #EF7936;
}
.AnyTagClassName
{
color: #EF7936;
}
</style>
background-color css
<style>
a { background-color: #EF7936; }
a { background-color: rgb(239,121,54); }
div.DivClassName
{
background-color: #EF7936;
}
.BgClassName
{
background-color: #EF7936;
}
</style>
border-color css
<style>
span { border-color: #EF7936; }
span { border-color: rgb(239,121,54); }
td.TdClassName
{
border-color: #EF7936;
}
.TagClassName
{
border-color: #EF7936;
}
</style>