Shades of Pizazz #E87832
Tints of Pizazz #E87832
RGB
CMYK
RGB Variations
Color information
#E87832 (or 0xE87832) is known color: Pizazz. HEX triplet: E8, 78 and 32. RGB value is (232,120,50). Sum of RGB (Red+Green+Blue) = 232+120+50=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E87832 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87832 is #1787CD. Grayscale: #919191. Windows color (decimal): -1542094 or 3307752. OLE color: 3307752.
HSL color Cylindrical-coordinate representation of color #E87832: hue angle of 23.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E87832 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 120 | 50 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.09 |
| HSL | 23.08º | 0.8% | 0.55% | - |
| HSV(B) | 23.08º | 0.78% | 0.91% | - |
| XYZ | 40.57 | 30.82 | 6.83 | - |
| YUV | 145.51 | 74.11 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 120 | 50 | 0 | 0.48 | 0.78 | 0.09 | 23.08 | 0.8 | 0.55 |
| Hex | E8 | 78 | 32 | 0 | 30 | 4E | 9 | 17 | 50 | 37 |
| Octal | 350 | 170 | 62 | 0 | 60 | 116 | 11 | 27 | 120 | 67 |
| Binary | 11101000 | 1111000 | 110010 | 0 | 110000 | 1001110 | 1001 | 10111 | 1010000 | 110111 |
Color Harmonies of #E87832
Complementary color
Monochromatic Colors of #E87832
Black with #E87832
Text Example
Text Example
White with #E87832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87832; }
p { color: rgb(232,120,50); }
H1.HeaderClassName
{
color: #E87832;
}
.AnyTagClassName
{
color: #E87832;
}
</style>
background-color css
<style>
a { background-color: #E87832; }
a { background-color: rgb(232,120,50); }
div.DivClassName
{
background-color: #E87832;
}
.BgClassName
{
background-color: #E87832;
}
</style>
border-color css
<style>
span { border-color: #E87832; }
span { border-color: rgb(232,120,50); }
td.TdClassName
{
border-color: #E87832;
}
.TagClassName
{
border-color: #E87832;
}
</style>