Shades of Pizazz #E17A3C
Tints of Pizazz #E17A3C
RGB
CMYK
RGB Variations
Color information
#E17A3C (or 0xE17A3C) is known color: Pizazz. HEX triplet: E1, 7A and 3C. RGB value is (225,122,60). Sum of RGB (Red+Green+Blue) = 225+122+60=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17A3C is #1E85C3. Grayscale: #929292. Windows color (decimal): -2000324 or 3963617. OLE color: 3963617.
HSL color Cylindrical-coordinate representation of color #E17A3C: hue angle of 22.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E17A3C is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 60 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.12 |
| HSL | 22.55º | 0.73% | 0.56% | - |
| HSV(B) | 22.55º | 0.73% | 0.88% | - |
| XYZ | 38.83 | 30.25 | 8.07 | - |
| YUV | 145.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 60 | 0 | 0.46 | 0.73 | 0.12 | 22.55 | 0.73 | 0.56 |
| Hex | E1 | 7A | 3C | 0 | 2E | 49 | C | 17 | 49 | 38 |
| Octal | 341 | 172 | 74 | 0 | 56 | 111 | 14 | 27 | 111 | 70 |
| Binary | 11100001 | 1111010 | 111100 | 0 | 101110 | 1001001 | 1100 | 10111 | 1001001 | 111000 |
Color Harmonies of #E17A3C
Complementary color
Monochromatic Colors of #E17A3C
Black with #E17A3C
Text Example
Text Example
White with #E17A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A3C; }
p { color: rgb(225,122,60); }
H1.HeaderClassName
{
color: #E17A3C;
}
.AnyTagClassName
{
color: #E17A3C;
}
</style>
background-color css
<style>
a { background-color: #E17A3C; }
a { background-color: rgb(225,122,60); }
div.DivClassName
{
background-color: #E17A3C;
}
.BgClassName
{
background-color: #E17A3C;
}
</style>
border-color css
<style>
span { border-color: #E17A3C; }
span { border-color: rgb(225,122,60); }
td.TdClassName
{
border-color: #E17A3C;
}
.TagClassName
{
border-color: #E17A3C;
}
</style>