Shades of Pizazz #E17C3C
Tints of Pizazz #E17C3C
RGB
CMYK
RGB Variations
Color information
#E17C3C (or 0xE17C3C) is known color: Pizazz. HEX triplet: E1, 7C and 3C. RGB value is (225,124,60). Sum of RGB (Red+Green+Blue) = 225+124+60=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E17C3C is #1E83C3. Grayscale: #939393. Windows color (decimal): -1999812 or 3964129. OLE color: 3964129.
HSL color Cylindrical-coordinate representation of color #E17C3C: hue angle of 23.27º 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 #E17C3C is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 60 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.12 |
| HSL | 23.27º | 0.73% | 0.56% | - |
| HSV(B) | 23.27º | 0.73% | 0.88% | - |
| XYZ | 39.07 | 30.75 | 8.15 | - |
| YUV | 146.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 60 | 0 | 0.45 | 0.73 | 0.12 | 23.27 | 0.73 | 0.56 |
| Hex | E1 | 7C | 3C | 0 | 2D | 49 | C | 17 | 49 | 38 |
| Octal | 341 | 174 | 74 | 0 | 55 | 111 | 14 | 27 | 111 | 70 |
| Binary | 11100001 | 1111100 | 111100 | 0 | 101101 | 1001001 | 1100 | 10111 | 1001001 | 111000 |
Color Harmonies of #E17C3C
Complementary color
Monochromatic Colors of #E17C3C
Black with #E17C3C
Text Example
Text Example
White with #E17C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C3C; }
p { color: rgb(225,124,60); }
H1.HeaderClassName
{
color: #E17C3C;
}
.AnyTagClassName
{
color: #E17C3C;
}
</style>
background-color css
<style>
a { background-color: #E17C3C; }
a { background-color: rgb(225,124,60); }
div.DivClassName
{
background-color: #E17C3C;
}
.BgClassName
{
background-color: #E17C3C;
}
</style>
border-color css
<style>
span { border-color: #E17C3C; }
span { border-color: rgb(225,124,60); }
td.TdClassName
{
border-color: #E17C3C;
}
.TagClassName
{
border-color: #E17C3C;
}
</style>