Shades of Pizazz #EF7940
Tints of Pizazz #EF7940
RGB
CMYK
RGB Variations
Color information
#EF7940 (or 0xEF7940) is known color: Pizazz. HEX triplet: EF, 79 and 40. RGB value is (239,121,64). Sum of RGB (Red+Green+Blue) = 239+121+64=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7940 is #1086BF. Grayscale: #969696. Windows color (decimal): -1083072 or 4225519. OLE color: 4225519.
HSL color Cylindrical-coordinate representation of color #EF7940: hue angle of 19.54º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF7940 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 64 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.06 |
| HSL | 19.54º | 0.85% | 0.59% | - |
| HSV(B) | 19.54º | 0.73% | 0.94% | - |
| XYZ | 43.36 | 32.4 | 8.82 | - |
| YUV | 149.78 | 79.59 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 64 | 0 | 0.49 | 0.73 | 0.06 | 19.54 | 0.85 | 0.59 |
| Hex | EF | 79 | 40 | 0 | 31 | 49 | 6 | 14 | 55 | 3B |
| Octal | 357 | 171 | 100 | 0 | 61 | 111 | 6 | 24 | 125 | 73 |
| Binary | 11101111 | 1111001 | 1000000 | 0 | 110001 | 1001001 | 110 | 10100 | 1010101 | 111011 |
Color Harmonies of #EF7940
Complementary color
Monochromatic Colors of #EF7940
Black with #EF7940
Text Example
Text Example
White with #EF7940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7940; }
p { color: rgb(239,121,64); }
H1.HeaderClassName
{
color: #EF7940;
}
.AnyTagClassName
{
color: #EF7940;
}
</style>
background-color css
<style>
a { background-color: #EF7940; }
a { background-color: rgb(239,121,64); }
div.DivClassName
{
background-color: #EF7940;
}
.BgClassName
{
background-color: #EF7940;
}
</style>
border-color css
<style>
span { border-color: #EF7940; }
span { border-color: rgb(239,121,64); }
td.TdClassName
{
border-color: #EF7940;
}
.TagClassName
{
border-color: #EF7940;
}
</style>