Shades of Pizazz #EF7735
Tints of Pizazz #EF7735
RGB
CMYK
RGB Variations
Color information
#EF7735 (or 0xEF7735) is known color: Pizazz. HEX triplet: EF, 77 and 35. RGB value is (239,119,53). Sum of RGB (Red+Green+Blue) = 239+119+53=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7735 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7735 is #1088CA. Grayscale: #939393. Windows color (decimal): -1083595 or 3504111. OLE color: 3504111.
HSL color Cylindrical-coordinate representation of color #EF7735: hue angle of 21.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF7735 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 53 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.06 |
| HSL | 21.29º | 0.85% | 0.57% | - |
| HSV(B) | 21.29º | 0.78% | 0.94% | - |
| XYZ | 42.84 | 31.8 | 7.25 | - |
| YUV | 147.36 | 74.76 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 53 | 0 | 0.50 | 0.78 | 0.06 | 21.29 | 0.85 | 0.57 |
| Hex | EF | 77 | 35 | 0 | 32 | 4E | 6 | 15 | 55 | 39 |
| Octal | 357 | 167 | 65 | 0 | 62 | 116 | 6 | 25 | 125 | 71 |
| Binary | 11101111 | 1110111 | 110101 | 0 | 110010 | 1001110 | 110 | 10101 | 1010101 | 111001 |
Color Harmonies of #EF7735
Complementary color
Monochromatic Colors of #EF7735
Black with #EF7735
Text Example
Text Example
White with #EF7735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7735; }
p { color: rgb(239,119,53); }
H1.HeaderClassName
{
color: #EF7735;
}
.AnyTagClassName
{
color: #EF7735;
}
</style>
background-color css
<style>
a { background-color: #EF7735; }
a { background-color: rgb(239,119,53); }
div.DivClassName
{
background-color: #EF7735;
}
.BgClassName
{
background-color: #EF7735;
}
</style>
border-color css
<style>
span { border-color: #EF7735; }
span { border-color: rgb(239,119,53); }
td.TdClassName
{
border-color: #EF7735;
}
.TagClassName
{
border-color: #EF7735;
}
</style>