Shades of Pizazz #E77A3A
Tints of Pizazz #E77A3A
RGB
CMYK
RGB Variations
Color information
#E77A3A (or 0xE77A3A) is known color: Pizazz. HEX triplet: E7, 7A and 3A. RGB value is (231,122,58). Sum of RGB (Red+Green+Blue) = 231+122+58=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77A3A is #1885C5. Grayscale: #939393. Windows color (decimal): -1607110 or 3832551. OLE color: 3832551.
HSL color Cylindrical-coordinate representation of color #E77A3A: hue angle of 22.2º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E77A3A is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 58 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.09 |
| HSL | 22.2º | 0.78% | 0.57% | - |
| HSV(B) | 22.2º | 0.75% | 0.91% | - |
| XYZ | 40.68 | 31.21 | 7.88 | - |
| YUV | 147.3 | 77.61 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 58 | 0 | 0.47 | 0.75 | 0.09 | 22.2 | 0.78 | 0.57 |
| Hex | E7 | 7A | 3A | 0 | 2F | 4B | 9 | 16 | 4E | 39 |
| Octal | 347 | 172 | 72 | 0 | 57 | 113 | 11 | 26 | 116 | 71 |
| Binary | 11100111 | 1111010 | 111010 | 0 | 101111 | 1001011 | 1001 | 10110 | 1001110 | 111001 |
Color Harmonies of #E77A3A
Complementary color
Monochromatic Colors of #E77A3A
Black with #E77A3A
Text Example
Text Example
White with #E77A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A3A; }
p { color: rgb(231,122,58); }
H1.HeaderClassName
{
color: #E77A3A;
}
.AnyTagClassName
{
color: #E77A3A;
}
</style>
background-color css
<style>
a { background-color: #E77A3A; }
a { background-color: rgb(231,122,58); }
div.DivClassName
{
background-color: #E77A3A;
}
.BgClassName
{
background-color: #E77A3A;
}
</style>
border-color css
<style>
span { border-color: #E77A3A; }
span { border-color: rgb(231,122,58); }
td.TdClassName
{
border-color: #E77A3A;
}
.TagClassName
{
border-color: #E77A3A;
}
</style>