Shades of Pizazz #EF793D
Tints of Pizazz #EF793D
RGB
CMYK
RGB Variations
Color information
#EF793D (or 0xEF793D) is known color: Pizazz. HEX triplet: EF, 79 and 3D. RGB value is (239,121,61). Sum of RGB (Red+Green+Blue) = 239+121+61=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF793D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF793D is #1086C2. Grayscale: #959595. Windows color (decimal): -1083075 or 4028911. OLE color: 4028911.
HSL color Cylindrical-coordinate representation of color #EF793D: hue angle of 20.22º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF793D is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 61 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.06 |
| HSL | 20.22º | 0.85% | 0.59% | - |
| HSV(B) | 20.22º | 0.74% | 0.94% | - |
| XYZ | 43.28 | 32.36 | 8.38 | - |
| YUV | 149.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 61 | 0 | 0.49 | 0.74 | 0.06 | 20.22 | 0.85 | 0.59 |
| Hex | EF | 79 | 3D | 0 | 31 | 4A | 6 | 14 | 55 | 3B |
| Octal | 357 | 171 | 75 | 0 | 61 | 112 | 6 | 24 | 125 | 73 |
| Binary | 11101111 | 1111001 | 111101 | 0 | 110001 | 1001010 | 110 | 10100 | 1010101 | 111011 |
Color Harmonies of #EF793D
Complementary color
Monochromatic Colors of #EF793D
Black with #EF793D
Text Example
Text Example
White with #EF793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF793D; }
p { color: rgb(239,121,61); }
H1.HeaderClassName
{
color: #EF793D;
}
.AnyTagClassName
{
color: #EF793D;
}
</style>
background-color css
<style>
a { background-color: #EF793D; }
a { background-color: rgb(239,121,61); }
div.DivClassName
{
background-color: #EF793D;
}
.BgClassName
{
background-color: #EF793D;
}
</style>
border-color css
<style>
span { border-color: #EF793D; }
span { border-color: rgb(239,121,61); }
td.TdClassName
{
border-color: #EF793D;
}
.TagClassName
{
border-color: #EF793D;
}
</style>