Shades of Pizazz #E87C40
Tints of Pizazz #E87C40
RGB
CMYK
RGB Variations
Color information
#E87C40 (or 0xE87C40) is known color: Pizazz. HEX triplet: E8, 7C and 40. RGB value is (232,124,64). Sum of RGB (Red+Green+Blue) = 232+124+64=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E87C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87C40 is #1783BF. Grayscale: #959595. Windows color (decimal): -1541056 or 4226280. OLE color: 4226280.
HSL color Cylindrical-coordinate representation of color #E87C40: hue angle of 21.43º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E87C40 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 124 | 64 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.09 |
| HSL | 21.43º | 0.79% | 0.58% | - |
| HSV(B) | 21.43º | 0.72% | 0.91% | - |
| XYZ | 41.41 | 31.94 | 8.83 | - |
| YUV | 149.45 | 79.78 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 124 | 64 | 0 | 0.47 | 0.72 | 0.09 | 21.43 | 0.79 | 0.58 |
| Hex | E8 | 7C | 40 | 0 | 2F | 48 | 9 | 15 | 4F | 3A |
| Octal | 350 | 174 | 100 | 0 | 57 | 110 | 11 | 25 | 117 | 72 |
| Binary | 11101000 | 1111100 | 1000000 | 0 | 101111 | 1001000 | 1001 | 10101 | 1001111 | 111010 |
Color Harmonies of #E87C40
Complementary color
Monochromatic Colors of #E87C40
Black with #E87C40
Text Example
Text Example
White with #E87C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87C40; }
p { color: rgb(232,124,64); }
H1.HeaderClassName
{
color: #E87C40;
}
.AnyTagClassName
{
color: #E87C40;
}
</style>
background-color css
<style>
a { background-color: #E87C40; }
a { background-color: rgb(232,124,64); }
div.DivClassName
{
background-color: #E87C40;
}
.BgClassName
{
background-color: #E87C40;
}
</style>
border-color css
<style>
span { border-color: #E87C40; }
span { border-color: rgb(232,124,64); }
td.TdClassName
{
border-color: #E87C40;
}
.TagClassName
{
border-color: #E87C40;
}
</style>