Shades of Pizazz #E78240
Tints of Pizazz #E78240
RGB
CMYK
RGB Variations
Color information
#E78240 (or 0xE78240) is known color: Pizazz. HEX triplet: E7, 82 and 40. RGB value is (231,130,64). Sum of RGB (Red+Green+Blue) = 231+130+64=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E78240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78240 is #187DBF. Grayscale: #999999. Windows color (decimal): -1605056 or 4227815. OLE color: 4227815.
HSL color Cylindrical-coordinate representation of color #E78240: hue angle of 23.71º 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 #E78240 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 64 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.09 |
| HSL | 23.71º | 0.78% | 0.58% | - |
| HSV(B) | 23.71º | 0.72% | 0.91% | - |
| XYZ | 41.86 | 33.32 | 9.08 | - |
| YUV | 152.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 64 | 0 | 0.44 | 0.72 | 0.09 | 23.71 | 0.78 | 0.58 |
| Hex | E7 | 82 | 40 | 0 | 2C | 48 | 9 | 18 | 4E | 3A |
| Octal | 347 | 202 | 100 | 0 | 54 | 110 | 11 | 30 | 116 | 72 |
| Binary | 11100111 | 10000010 | 1000000 | 0 | 101100 | 1001000 | 1001 | 11000 | 1001110 | 111010 |
Color Harmonies of #E78240
Complementary color
Monochromatic Colors of #E78240
Black with #E78240
Text Example
Text Example
White with #E78240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78240; }
p { color: rgb(231,130,64); }
H1.HeaderClassName
{
color: #E78240;
}
.AnyTagClassName
{
color: #E78240;
}
</style>
background-color css
<style>
a { background-color: #E78240; }
a { background-color: rgb(231,130,64); }
div.DivClassName
{
background-color: #E78240;
}
.BgClassName
{
background-color: #E78240;
}
</style>
border-color css
<style>
span { border-color: #E78240; }
span { border-color: rgb(231,130,64); }
td.TdClassName
{
border-color: #E78240;
}
.TagClassName
{
border-color: #E78240;
}
</style>