Shades of Pizazz #E8803F
Tints of Pizazz #E8803F
RGB
CMYK
RGB Variations
Color information
#E8803F (or 0xE8803F) is known color: Pizazz. HEX triplet: E8, 80 and 3F. RGB value is (232,128,63). Sum of RGB (Red+Green+Blue) = 232+128+63=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8803F is #177FC0. Grayscale: #989898. Windows color (decimal): -1540033 or 4161768. OLE color: 4161768.
HSL color Cylindrical-coordinate representation of color #E8803F: hue angle of 23.08º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8803F is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 63 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.09 |
| HSL | 23.08º | 0.79% | 0.58% | - |
| HSV(B) | 23.08º | 0.73% | 0.91% | - |
| XYZ | 41.9 | 32.95 | 8.86 | - |
| YUV | 151.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 63 | 0 | 0.45 | 0.73 | 0.09 | 23.08 | 0.79 | 0.58 |
| Hex | E8 | 80 | 3F | 0 | 2D | 49 | 9 | 17 | 4F | 3A |
| Octal | 350 | 200 | 77 | 0 | 55 | 111 | 11 | 27 | 117 | 72 |
| Binary | 11101000 | 10000000 | 111111 | 0 | 101101 | 1001001 | 1001 | 10111 | 1001111 | 111010 |
Color Harmonies of #E8803F
Complementary color
Monochromatic Colors of #E8803F
Black with #E8803F
Text Example
Text Example
White with #E8803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8803F; }
p { color: rgb(232,128,63); }
H1.HeaderClassName
{
color: #E8803F;
}
.AnyTagClassName
{
color: #E8803F;
}
</style>
background-color css
<style>
a { background-color: #E8803F; }
a { background-color: rgb(232,128,63); }
div.DivClassName
{
background-color: #E8803F;
}
.BgClassName
{
background-color: #E8803F;
}
</style>
border-color css
<style>
span { border-color: #E8803F; }
span { border-color: rgb(232,128,63); }
td.TdClassName
{
border-color: #E8803F;
}
.TagClassName
{
border-color: #E8803F;
}
</style>