Shades of Pizazz #E6763B
Tints of Pizazz #E6763B
RGB
CMYK
RGB Variations
Color information
#E6763B (or 0xE6763B) is known color: Pizazz. HEX triplet: E6, 76 and 3B. RGB value is (230,118,59). Sum of RGB (Red+Green+Blue) = 230+118+59=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6763B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6763B is #1989C4. Grayscale: #919191. Windows color (decimal): -1673669 or 3897062. OLE color: 3897062.
HSL color Cylindrical-coordinate representation of color #E6763B: hue angle of 20.7º 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 #E6763B is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 59 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.10 |
| HSL | 20.7º | 0.77% | 0.57% | - |
| HSV(B) | 20.7º | 0.74% | 0.9% | - |
| XYZ | 39.9 | 30.1 | 7.84 | - |
| YUV | 144.76 | 79.61 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 59 | 0 | 0.49 | 0.74 | 0.10 | 20.7 | 0.77 | 0.57 |
| Hex | E6 | 76 | 3B | 0 | 31 | 4A | A | 15 | 4D | 39 |
| Octal | 346 | 166 | 73 | 0 | 61 | 112 | 12 | 25 | 115 | 71 |
| Binary | 11100110 | 1110110 | 111011 | 0 | 110001 | 1001010 | 1010 | 10101 | 1001101 | 111001 |
Color Harmonies of #E6763B
Complementary color
Monochromatic Colors of #E6763B
Black with #E6763B
Text Example
Text Example
White with #E6763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6763B; }
p { color: rgb(230,118,59); }
H1.HeaderClassName
{
color: #E6763B;
}
.AnyTagClassName
{
color: #E6763B;
}
</style>
background-color css
<style>
a { background-color: #E6763B; }
a { background-color: rgb(230,118,59); }
div.DivClassName
{
background-color: #E6763B;
}
.BgClassName
{
background-color: #E6763B;
}
</style>
border-color css
<style>
span { border-color: #E6763B; }
span { border-color: rgb(230,118,59); }
td.TdClassName
{
border-color: #E6763B;
}
.TagClassName
{
border-color: #E6763B;
}
</style>