Shades of Pizazz #E87D3C
Tints of Pizazz #E87D3C
RGB
CMYK
RGB Variations
Color information
#E87D3C (or 0xE87D3C) is known color: Pizazz. HEX triplet: E8, 7D and 3C. RGB value is (232,125,60). Sum of RGB (Red+Green+Blue) = 232+125+60=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E87D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87D3C is #1782C3. Grayscale: #959595. Windows color (decimal): -1540804 or 3964392. OLE color: 3964392.
HSL color Cylindrical-coordinate representation of color #E87D3C: hue angle of 22.67º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E87D3C is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 125 | 60 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.09 |
| HSL | 22.67º | 0.79% | 0.57% | - |
| HSV(B) | 22.67º | 0.74% | 0.91% | - |
| XYZ | 41.43 | 32.15 | 8.3 | - |
| YUV | 149.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 125 | 60 | 0 | 0.46 | 0.74 | 0.09 | 22.67 | 0.79 | 0.57 |
| Hex | E8 | 7D | 3C | 0 | 2E | 4A | 9 | 17 | 4F | 39 |
| Octal | 350 | 175 | 74 | 0 | 56 | 112 | 11 | 27 | 117 | 71 |
| Binary | 11101000 | 1111101 | 111100 | 0 | 101110 | 1001010 | 1001 | 10111 | 1001111 | 111001 |
Color Harmonies of #E87D3C
Complementary color
Monochromatic Colors of #E87D3C
Black with #E87D3C
Text Example
Text Example
White with #E87D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87D3C; }
p { color: rgb(232,125,60); }
H1.HeaderClassName
{
color: #E87D3C;
}
.AnyTagClassName
{
color: #E87D3C;
}
</style>
background-color css
<style>
a { background-color: #E87D3C; }
a { background-color: rgb(232,125,60); }
div.DivClassName
{
background-color: #E87D3C;
}
.BgClassName
{
background-color: #E87D3C;
}
</style>
border-color css
<style>
span { border-color: #E87D3C; }
span { border-color: rgb(232,125,60); }
td.TdClassName
{
border-color: #E87D3C;
}
.TagClassName
{
border-color: #E87D3C;
}
</style>