Shades of Pizazz #EF7737
Tints of Pizazz #EF7737
RGB
CMYK
RGB Variations
Color information
#EF7737 (or 0xEF7737) is known color: Pizazz. HEX triplet: EF, 77 and 37. RGB value is (239,119,55). Sum of RGB (Red+Green+Blue) = 239+119+55=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7737 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7737 is #1088C8. Grayscale: #939393. Windows color (decimal): -1083593 or 3635183. OLE color: 3635183.
HSL color Cylindrical-coordinate representation of color #EF7737: hue angle of 20.87º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF7737 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 55 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.06 |
| HSL | 20.87º | 0.85% | 0.58% | - |
| HSV(B) | 20.87º | 0.77% | 0.94% | - |
| XYZ | 42.88 | 31.82 | 7.5 | - |
| YUV | 147.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 55 | 0 | 0.50 | 0.77 | 0.06 | 20.87 | 0.85 | 0.58 |
| Hex | EF | 77 | 37 | 0 | 32 | 4D | 6 | 15 | 55 | 3A |
| Octal | 357 | 167 | 67 | 0 | 62 | 115 | 6 | 25 | 125 | 72 |
| Binary | 11101111 | 1110111 | 110111 | 0 | 110010 | 1001101 | 110 | 10101 | 1010101 | 111010 |
Color Harmonies of #EF7737
Complementary color
Monochromatic Colors of #EF7737
Black with #EF7737
Text Example
Text Example
White with #EF7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7737; }
p { color: rgb(239,119,55); }
H1.HeaderClassName
{
color: #EF7737;
}
.AnyTagClassName
{
color: #EF7737;
}
</style>
background-color css
<style>
a { background-color: #EF7737; }
a { background-color: rgb(239,119,55); }
div.DivClassName
{
background-color: #EF7737;
}
.BgClassName
{
background-color: #EF7737;
}
</style>
border-color css
<style>
span { border-color: #EF7737; }
span { border-color: rgb(239,119,55); }
td.TdClassName
{
border-color: #EF7737;
}
.TagClassName
{
border-color: #EF7737;
}
</style>