Shades of Pizazz #E5783C
Tints of Pizazz #E5783C
RGB
CMYK
RGB Variations
Color information
#E5783C (or 0xE5783C) is known color: Pizazz. HEX triplet: E5, 78 and 3C. RGB value is (229,120,60). Sum of RGB (Red+Green+Blue) = 229+120+60=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5783C is #1A87C3. Grayscale: #929292. Windows color (decimal): -1738692 or 3963109. OLE color: 3963109.
HSL color Cylindrical-coordinate representation of color #E5783C: hue angle of 21.3º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5783C is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 120 | 60 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.10 |
| HSL | 21.3º | 0.76% | 0.57% | - |
| HSV(B) | 21.3º | 0.74% | 0.9% | - |
| XYZ | 39.85 | 30.42 | 8.05 | - |
| YUV | 145.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 120 | 60 | 0 | 0.48 | 0.74 | 0.10 | 21.3 | 0.76 | 0.57 |
| Hex | E5 | 78 | 3C | 0 | 30 | 4A | A | 15 | 4C | 39 |
| Octal | 345 | 170 | 74 | 0 | 60 | 112 | 12 | 25 | 114 | 71 |
| Binary | 11100101 | 1111000 | 111100 | 0 | 110000 | 1001010 | 1010 | 10101 | 1001100 | 111001 |
Color Harmonies of #E5783C
Complementary color
Monochromatic Colors of #E5783C
Black with #E5783C
Text Example
Text Example
White with #E5783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5783C; }
p { color: rgb(229,120,60); }
H1.HeaderClassName
{
color: #E5783C;
}
.AnyTagClassName
{
color: #E5783C;
}
</style>
background-color css
<style>
a { background-color: #E5783C; }
a { background-color: rgb(229,120,60); }
div.DivClassName
{
background-color: #E5783C;
}
.BgClassName
{
background-color: #E5783C;
}
</style>
border-color css
<style>
span { border-color: #E5783C; }
span { border-color: rgb(229,120,60); }
td.TdClassName
{
border-color: #E5783C;
}
.TagClassName
{
border-color: #E5783C;
}
</style>