Shades of Pizazz #E1763B
Tints of Pizazz #E1763B
RGB
CMYK
RGB Variations
Color information
#E1763B (or 0xE1763B) is known color: Pizazz. HEX triplet: E1, 76 and 3B. RGB value is (225,118,59). Sum of RGB (Red+Green+Blue) = 225+118+59=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1763B is #1E89C4. Grayscale: #8F8F8F. Windows color (decimal): -2001349 or 3897057. OLE color: 3897057.
HSL color Cylindrical-coordinate representation of color #E1763B: hue angle of 21.33º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1763B is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 59 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.12 |
| HSL | 21.33º | 0.73% | 0.56% | - |
| HSV(B) | 21.33º | 0.74% | 0.88% | - |
| XYZ | 38.32 | 29.28 | 7.77 | - |
| YUV | 143.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 59 | 0 | 0.48 | 0.74 | 0.12 | 21.33 | 0.73 | 0.56 |
| Hex | E1 | 76 | 3B | 0 | 30 | 4A | C | 15 | 49 | 38 |
| Octal | 341 | 166 | 73 | 0 | 60 | 112 | 14 | 25 | 111 | 70 |
| Binary | 11100001 | 1110110 | 111011 | 0 | 110000 | 1001010 | 1100 | 10101 | 1001001 | 111000 |
Color Harmonies of #E1763B
Complementary color
Monochromatic Colors of #E1763B
Black with #E1763B
Text Example
Text Example
White with #E1763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1763B; }
p { color: rgb(225,118,59); }
H1.HeaderClassName
{
color: #E1763B;
}
.AnyTagClassName
{
color: #E1763B;
}
</style>
background-color css
<style>
a { background-color: #E1763B; }
a { background-color: rgb(225,118,59); }
div.DivClassName
{
background-color: #E1763B;
}
.BgClassName
{
background-color: #E1763B;
}
</style>
border-color css
<style>
span { border-color: #E1763B; }
span { border-color: rgb(225,118,59); }
td.TdClassName
{
border-color: #E1763B;
}
.TagClassName
{
border-color: #E1763B;
}
</style>