Shades of Pizazz #E78340
Tints of Pizazz #E78340
RGB
CMYK
RGB Variations
Color information
#E78340 (or 0xE78340) is known color: Pizazz. HEX triplet: E7, 83 and 40. RGB value is (231,131,64). Sum of RGB (Red+Green+Blue) = 231+131+64=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E78340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78340 is #187CBF. Grayscale: #999999. Windows color (decimal): -1604800 or 4228071. OLE color: 4228071.
HSL color Cylindrical-coordinate representation of color #E78340: hue angle of 24.07º 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 #E78340 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 64 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.09 |
| HSL | 24.07º | 0.78% | 0.58% | - |
| HSV(B) | 24.07º | 0.72% | 0.91% | - |
| XYZ | 42 | 33.59 | 9.12 | - |
| YUV | 153.26 | 77.63 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 64 | 0 | 0.43 | 0.72 | 0.09 | 24.07 | 0.78 | 0.58 |
| Hex | E7 | 83 | 40 | 0 | 2B | 48 | 9 | 18 | 4E | 3A |
| Octal | 347 | 203 | 100 | 0 | 53 | 110 | 11 | 30 | 116 | 72 |
| Binary | 11100111 | 10000011 | 1000000 | 0 | 101011 | 1001000 | 1001 | 11000 | 1001110 | 111010 |
Color Harmonies of #E78340
Complementary color
Monochromatic Colors of #E78340
Black with #E78340
Text Example
Text Example
White with #E78340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78340; }
p { color: rgb(231,131,64); }
H1.HeaderClassName
{
color: #E78340;
}
.AnyTagClassName
{
color: #E78340;
}
</style>
background-color css
<style>
a { background-color: #E78340; }
a { background-color: rgb(231,131,64); }
div.DivClassName
{
background-color: #E78340;
}
.BgClassName
{
background-color: #E78340;
}
</style>
border-color css
<style>
span { border-color: #E78340; }
span { border-color: rgb(231,131,64); }
td.TdClassName
{
border-color: #E78340;
}
.TagClassName
{
border-color: #E78340;
}
</style>