Shades of Pizazz #EF793A
Tints of Pizazz #EF793A
RGB
CMYK
RGB Variations
Color information
#EF793A (or 0xEF793A) is known color: Pizazz. HEX triplet: EF, 79 and 3A. RGB value is (239,121,58). Sum of RGB (Red+Green+Blue) = 239+121+58=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF793A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF793A is #1086C5. Grayscale: #959595. Windows color (decimal): -1083078 or 3832303. OLE color: 3832303.
HSL color Cylindrical-coordinate representation of color #EF793A: hue angle of 20.88º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF793A is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 58 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.06 |
| HSL | 20.88º | 0.85% | 0.58% | - |
| HSV(B) | 20.88º | 0.76% | 0.94% | - |
| XYZ | 43.2 | 32.33 | 7.97 | - |
| YUV | 149.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 58 | 0 | 0.49 | 0.76 | 0.06 | 20.88 | 0.85 | 0.58 |
| Hex | EF | 79 | 3A | 0 | 31 | 4C | 6 | 15 | 55 | 3A |
| Octal | 357 | 171 | 72 | 0 | 61 | 114 | 6 | 25 | 125 | 72 |
| Binary | 11101111 | 1111001 | 111010 | 0 | 110001 | 1001100 | 110 | 10101 | 1010101 | 111010 |
Color Harmonies of #EF793A
Complementary color
Monochromatic Colors of #EF793A
Black with #EF793A
Text Example
Text Example
White with #EF793A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF793A; }
p { color: rgb(239,121,58); }
H1.HeaderClassName
{
color: #EF793A;
}
.AnyTagClassName
{
color: #EF793A;
}
</style>
background-color css
<style>
a { background-color: #EF793A; }
a { background-color: rgb(239,121,58); }
div.DivClassName
{
background-color: #EF793A;
}
.BgClassName
{
background-color: #EF793A;
}
</style>
border-color css
<style>
span { border-color: #EF793A; }
span { border-color: rgb(239,121,58); }
td.TdClassName
{
border-color: #EF793A;
}
.TagClassName
{
border-color: #EF793A;
}
</style>