Shades of Pizazz #E6773B
Tints of Pizazz #E6773B
RGB
CMYK
RGB Variations
Color information
#E6773B (or 0xE6773B) is known color: Pizazz. HEX triplet: E6, 77 and 3B. RGB value is (230,119,59). Sum of RGB (Red+Green+Blue) = 230+119+59=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6773B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6773B is #1988C4. Grayscale: #919191. Windows color (decimal): -1673413 or 3897318. OLE color: 3897318.
HSL color Cylindrical-coordinate representation of color #E6773B: hue angle of 21.05º degrees, saturation: 0.77, 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 #E6773B is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 59 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.10 |
| HSL | 21.05º | 0.77% | 0.57% | - |
| HSV(B) | 21.05º | 0.74% | 0.9% | - |
| XYZ | 40.02 | 30.33 | 7.88 | - |
| YUV | 145.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 59 | 0 | 0.48 | 0.74 | 0.10 | 21.05 | 0.77 | 0.57 |
| Hex | E6 | 77 | 3B | 0 | 30 | 4A | A | 15 | 4D | 39 |
| Octal | 346 | 167 | 73 | 0 | 60 | 112 | 12 | 25 | 115 | 71 |
| Binary | 11100110 | 1110111 | 111011 | 0 | 110000 | 1001010 | 1010 | 10101 | 1001101 | 111001 |
Color Harmonies of #E6773B
Complementary color
Monochromatic Colors of #E6773B
Black with #E6773B
Text Example
Text Example
White with #E6773B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6773B; }
p { color: rgb(230,119,59); }
H1.HeaderClassName
{
color: #E6773B;
}
.AnyTagClassName
{
color: #E6773B;
}
</style>
background-color css
<style>
a { background-color: #E6773B; }
a { background-color: rgb(230,119,59); }
div.DivClassName
{
background-color: #E6773B;
}
.BgClassName
{
background-color: #E6773B;
}
</style>
border-color css
<style>
span { border-color: #E6773B; }
span { border-color: rgb(230,119,59); }
td.TdClassName
{
border-color: #E6773B;
}
.TagClassName
{
border-color: #E6773B;
}
</style>