Shades of Pizazz #E78040
Tints of Pizazz #E78040
RGB
CMYK
RGB Variations
Color information
#E78040 (or 0xE78040) is known color: Pizazz. HEX triplet: E7, 80 and 40. RGB value is (231,128,64). Sum of RGB (Red+Green+Blue) = 231+128+64=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E78040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78040 is #187FBF. Grayscale: #979797. Windows color (decimal): -1605568 or 4227303. OLE color: 4227303.
HSL color Cylindrical-coordinate representation of color #E78040: hue angle of 22.99º degrees, saturation: 0.78, 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 #E78040 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 64 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.09 |
| HSL | 22.99º | 0.78% | 0.58% | - |
| HSV(B) | 22.99º | 0.72% | 0.91% | - |
| XYZ | 41.6 | 32.8 | 8.99 | - |
| YUV | 151.5 | 78.62 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 64 | 0 | 0.45 | 0.72 | 0.09 | 22.99 | 0.78 | 0.58 |
| Hex | E7 | 80 | 40 | 0 | 2D | 48 | 9 | 17 | 4E | 3A |
| Octal | 347 | 200 | 100 | 0 | 55 | 110 | 11 | 27 | 116 | 72 |
| Binary | 11100111 | 10000000 | 1000000 | 0 | 101101 | 1001000 | 1001 | 10111 | 1001110 | 111010 |
Color Harmonies of #E78040
Complementary color
Monochromatic Colors of #E78040
Black with #E78040
Text Example
Text Example
White with #E78040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78040; }
p { color: rgb(231,128,64); }
H1.HeaderClassName
{
color: #E78040;
}
.AnyTagClassName
{
color: #E78040;
}
</style>
background-color css
<style>
a { background-color: #E78040; }
a { background-color: rgb(231,128,64); }
div.DivClassName
{
background-color: #E78040;
}
.BgClassName
{
background-color: #E78040;
}
</style>
border-color css
<style>
span { border-color: #E78040; }
span { border-color: rgb(231,128,64); }
td.TdClassName
{
border-color: #E78040;
}
.TagClassName
{
border-color: #E78040;
}
</style>