Shades of Pizazz #E17A3E
Tints of Pizazz #E17A3E
RGB
CMYK
RGB Variations
Color information
#E17A3E (or 0xE17A3E) is known color: Pizazz. HEX triplet: E1, 7A and 3E. RGB value is (225,122,62). Sum of RGB (Red+Green+Blue) = 225+122+62=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A3E is #1E85C1. Grayscale: #929292. Windows color (decimal): -2000322 or 4094689. OLE color: 4094689.
HSL color Cylindrical-coordinate representation of color #E17A3E: hue angle of 22.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E17A3E is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 62 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.12 |
| HSL | 22.09º | 0.73% | 0.56% | - |
| HSV(B) | 22.09º | 0.72% | 0.88% | - |
| XYZ | 38.88 | 30.27 | 8.35 | - |
| YUV | 145.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 62 | 0 | 0.46 | 0.72 | 0.12 | 22.09 | 0.73 | 0.56 |
| Hex | E1 | 7A | 3E | 0 | 2E | 48 | C | 16 | 49 | 38 |
| Octal | 341 | 172 | 76 | 0 | 56 | 110 | 14 | 26 | 111 | 70 |
| Binary | 11100001 | 1111010 | 111110 | 0 | 101110 | 1001000 | 1100 | 10110 | 1001001 | 111000 |
Color Harmonies of #E17A3E
Complementary color
Monochromatic Colors of #E17A3E
Black with #E17A3E
Text Example
Text Example
White with #E17A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A3E; }
p { color: rgb(225,122,62); }
H1.HeaderClassName
{
color: #E17A3E;
}
.AnyTagClassName
{
color: #E17A3E;
}
</style>
background-color css
<style>
a { background-color: #E17A3E; }
a { background-color: rgb(225,122,62); }
div.DivClassName
{
background-color: #E17A3E;
}
.BgClassName
{
background-color: #E17A3E;
}
</style>
border-color css
<style>
span { border-color: #E17A3E; }
span { border-color: rgb(225,122,62); }
td.TdClassName
{
border-color: #E17A3E;
}
.TagClassName
{
border-color: #E17A3E;
}
</style>