Shades of Pizazz #E68240
Tints of Pizazz #E68240
RGB
CMYK
RGB Variations
Color information
#E68240 (or 0xE68240) is known color: Pizazz. HEX triplet: E6, 82 and 40. RGB value is (230,130,64). Sum of RGB (Red+Green+Blue) = 230+130+64=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E68240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68240 is #197DBF. Grayscale: #989898. Windows color (decimal): -1670592 or 4227814. OLE color: 4227814.
HSL color Cylindrical-coordinate representation of color #E68240: hue angle of 23.86º 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 #E68240 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 64 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.10 |
| HSL | 23.86º | 0.77% | 0.58% | - |
| HSV(B) | 23.86º | 0.72% | 0.9% | - |
| XYZ | 41.54 | 33.16 | 9.06 | - |
| YUV | 152.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 64 | 0 | 0.43 | 0.72 | 0.10 | 23.86 | 0.77 | 0.58 |
| Hex | E6 | 82 | 40 | 0 | 2B | 48 | A | 18 | 4D | 3A |
| Octal | 346 | 202 | 100 | 0 | 53 | 110 | 12 | 30 | 115 | 72 |
| Binary | 11100110 | 10000010 | 1000000 | 0 | 101011 | 1001000 | 1010 | 11000 | 1001101 | 111010 |
Color Harmonies of #E68240
Complementary color
Monochromatic Colors of #E68240
Black with #E68240
Text Example
Text Example
White with #E68240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68240; }
p { color: rgb(230,130,64); }
H1.HeaderClassName
{
color: #E68240;
}
.AnyTagClassName
{
color: #E68240;
}
</style>
background-color css
<style>
a { background-color: #E68240; }
a { background-color: rgb(230,130,64); }
div.DivClassName
{
background-color: #E68240;
}
.BgClassName
{
background-color: #E68240;
}
</style>
border-color css
<style>
span { border-color: #E68240; }
span { border-color: rgb(230,130,64); }
td.TdClassName
{
border-color: #E68240;
}
.TagClassName
{
border-color: #E68240;
}
</style>