Shades of Pizazz #E78041
Tints of Pizazz #E78041
RGB
CMYK
RGB Variations
Color information
#E78041 (or 0xE78041) is known color: Pizazz. HEX triplet: E7, 80 and 41. RGB value is (231,128,65). Sum of RGB (Red+Green+Blue) = 231+128+65=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E78041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78041 is #187FBE. Grayscale: #979797. Windows color (decimal): -1605567 or 4292839. OLE color: 4292839.
HSL color Cylindrical-coordinate representation of color #E78041: hue angle of 22.77º 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 #E78041 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 65 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.09 |
| HSL | 22.77º | 0.78% | 0.58% | - |
| HSV(B) | 22.77º | 0.72% | 0.91% | - |
| XYZ | 41.63 | 32.81 | 9.14 | - |
| YUV | 151.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 65 | 0 | 0.45 | 0.72 | 0.09 | 22.77 | 0.78 | 0.58 |
| Hex | E7 | 80 | 41 | 0 | 2D | 48 | 9 | 17 | 4E | 3A |
| Octal | 347 | 200 | 101 | 0 | 55 | 110 | 11 | 27 | 116 | 72 |
| Binary | 11100111 | 10000000 | 1000001 | 0 | 101101 | 1001000 | 1001 | 10111 | 1001110 | 111010 |
Color Harmonies of #E78041
Complementary color
Monochromatic Colors of #E78041
Black with #E78041
Text Example
Text Example
White with #E78041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78041; }
p { color: rgb(231,128,65); }
H1.HeaderClassName
{
color: #E78041;
}
.AnyTagClassName
{
color: #E78041;
}
</style>
background-color css
<style>
a { background-color: #E78041; }
a { background-color: rgb(231,128,65); }
div.DivClassName
{
background-color: #E78041;
}
.BgClassName
{
background-color: #E78041;
}
</style>
border-color css
<style>
span { border-color: #E78041; }
span { border-color: rgb(231,128,65); }
td.TdClassName
{
border-color: #E78041;
}
.TagClassName
{
border-color: #E78041;
}
</style>