Shades of Pizazz #E8803E
Tints of Pizazz #E8803E
RGB
CMYK
RGB Variations
Color information
#E8803E (or 0xE8803E) is known color: Pizazz. HEX triplet: E8, 80 and 3E. RGB value is (232,128,62). Sum of RGB (Red+Green+Blue) = 232+128+62=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E8803E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8803E is #177FC1. Grayscale: #979797. Windows color (decimal): -1540034 or 4096232. OLE color: 4096232.
HSL color Cylindrical-coordinate representation of color #E8803E: hue angle of 23.29º 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 #E8803E is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 62 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.09 |
| HSL | 23.29º | 0.79% | 0.58% | - |
| HSV(B) | 23.29º | 0.73% | 0.91% | - |
| XYZ | 41.87 | 32.94 | 8.71 | - |
| YUV | 151.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 62 | 0 | 0.45 | 0.73 | 0.09 | 23.29 | 0.79 | 0.58 |
| Hex | E8 | 80 | 3E | 0 | 2D | 49 | 9 | 17 | 4F | 3A |
| Octal | 350 | 200 | 76 | 0 | 55 | 111 | 11 | 27 | 117 | 72 |
| Binary | 11101000 | 10000000 | 111110 | 0 | 101101 | 1001001 | 1001 | 10111 | 1001111 | 111010 |
Color Harmonies of #E8803E
Complementary color
Monochromatic Colors of #E8803E
Black with #E8803E
Text Example
Text Example
White with #E8803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8803E; }
p { color: rgb(232,128,62); }
H1.HeaderClassName
{
color: #E8803E;
}
.AnyTagClassName
{
color: #E8803E;
}
</style>
background-color css
<style>
a { background-color: #E8803E; }
a { background-color: rgb(232,128,62); }
div.DivClassName
{
background-color: #E8803E;
}
.BgClassName
{
background-color: #E8803E;
}
</style>
border-color css
<style>
span { border-color: #E8803E; }
span { border-color: rgb(232,128,62); }
td.TdClassName
{
border-color: #E8803E;
}
.TagClassName
{
border-color: #E8803E;
}
</style>