Shades of Pizazz #E68440
Tints of Pizazz #E68440
RGB
CMYK
RGB Variations
Color information
#E68440 (or 0xE68440) is known color: Pizazz. HEX triplet: E6, 84 and 40. RGB value is (230,132,64). Sum of RGB (Red+Green+Blue) = 230+132+64=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E68440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68440 is #197BBF. Grayscale: #999999. Windows color (decimal): -1670080 or 4228326. OLE color: 4228326.
HSL color Cylindrical-coordinate representation of color #E68440: hue angle of 24.58º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E68440 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 64 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.10 |
| HSL | 24.58º | 0.77% | 0.58% | - |
| HSV(B) | 24.58º | 0.72% | 0.9% | - |
| XYZ | 41.81 | 33.7 | 9.15 | - |
| YUV | 153.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 64 | 0 | 0.43 | 0.72 | 0.10 | 24.58 | 0.77 | 0.58 |
| Hex | E6 | 84 | 40 | 0 | 2B | 48 | A | 19 | 4D | 3A |
| Octal | 346 | 204 | 100 | 0 | 53 | 110 | 12 | 31 | 115 | 72 |
| Binary | 11100110 | 10000100 | 1000000 | 0 | 101011 | 1001000 | 1010 | 11001 | 1001101 | 111010 |
Color Harmonies of #E68440
Complementary color
Monochromatic Colors of #E68440
Black with #E68440
Text Example
Text Example
White with #E68440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68440; }
p { color: rgb(230,132,64); }
H1.HeaderClassName
{
color: #E68440;
}
.AnyTagClassName
{
color: #E68440;
}
</style>
background-color css
<style>
a { background-color: #E68440; }
a { background-color: rgb(230,132,64); }
div.DivClassName
{
background-color: #E68440;
}
.BgClassName
{
background-color: #E68440;
}
</style>
border-color css
<style>
span { border-color: #E68440; }
span { border-color: rgb(230,132,64); }
td.TdClassName
{
border-color: #E68440;
}
.TagClassName
{
border-color: #E68440;
}
</style>