Shades of Pizazz #E2783C
Tints of Pizazz #E2783C
RGB
CMYK
RGB Variations
Color information
#E2783C (or 0xE2783C) is known color: Pizazz. HEX triplet: E2, 78 and 3C. RGB value is (226,120,60). Sum of RGB (Red+Green+Blue) = 226+120+60=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2783C is #1D87C3. Grayscale: #919191. Windows color (decimal): -1935300 or 3963106. OLE color: 3963106.
HSL color Cylindrical-coordinate representation of color #E2783C: hue angle of 21.69º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2783C is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 120 | 60 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.11 |
| HSL | 21.69º | 0.74% | 0.56% | - |
| HSV(B) | 21.69º | 0.73% | 0.89% | - |
| XYZ | 38.9 | 29.93 | 8 | - |
| YUV | 144.85 | 80.12 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 60 | 0 | 0.47 | 0.73 | 0.11 | 21.69 | 0.74 | 0.56 |
| Hex | E2 | 78 | 3C | 0 | 2F | 49 | B | 16 | 4A | 38 |
| Octal | 342 | 170 | 74 | 0 | 57 | 111 | 13 | 26 | 112 | 70 |
| Binary | 11100010 | 1111000 | 111100 | 0 | 101111 | 1001001 | 1011 | 10110 | 1001010 | 111000 |
Color Harmonies of #E2783C
Complementary color
Monochromatic Colors of #E2783C
Black with #E2783C
Text Example
Text Example
White with #E2783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2783C; }
p { color: rgb(226,120,60); }
H1.HeaderClassName
{
color: #E2783C;
}
.AnyTagClassName
{
color: #E2783C;
}
</style>
background-color css
<style>
a { background-color: #E2783C; }
a { background-color: rgb(226,120,60); }
div.DivClassName
{
background-color: #E2783C;
}
.BgClassName
{
background-color: #E2783C;
}
</style>
border-color css
<style>
span { border-color: #E2783C; }
span { border-color: rgb(226,120,60); }
td.TdClassName
{
border-color: #E2783C;
}
.TagClassName
{
border-color: #E2783C;
}
</style>