Shades of Pizazz #E77A3E
Tints of Pizazz #E77A3E
RGB
CMYK
RGB Variations
Color information
#E77A3E (or 0xE77A3E) is known color: Pizazz. HEX triplet: E7, 7A and 3E. RGB value is (231,122,62). Sum of RGB (Red+Green+Blue) = 231+122+62=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77A3E is #1885C1. Grayscale: #949494. Windows color (decimal): -1607106 or 4094695. OLE color: 4094695.
HSL color Cylindrical-coordinate representation of color #E77A3E: hue angle of 21.3º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E77A3E is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 62 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.09 |
| HSL | 21.3º | 0.78% | 0.57% | - |
| HSV(B) | 21.3º | 0.73% | 0.91% | - |
| XYZ | 40.78 | 31.26 | 8.44 | - |
| YUV | 147.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 62 | 0 | 0.47 | 0.73 | 0.09 | 21.3 | 0.78 | 0.57 |
| Hex | E7 | 7A | 3E | 0 | 2F | 49 | 9 | 15 | 4E | 39 |
| Octal | 347 | 172 | 76 | 0 | 57 | 111 | 11 | 25 | 116 | 71 |
| Binary | 11100111 | 1111010 | 111110 | 0 | 101111 | 1001001 | 1001 | 10101 | 1001110 | 111001 |
Color Harmonies of #E77A3E
Complementary color
Monochromatic Colors of #E77A3E
Black with #E77A3E
Text Example
Text Example
White with #E77A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A3E; }
p { color: rgb(231,122,62); }
H1.HeaderClassName
{
color: #E77A3E;
}
.AnyTagClassName
{
color: #E77A3E;
}
</style>
background-color css
<style>
a { background-color: #E77A3E; }
a { background-color: rgb(231,122,62); }
div.DivClassName
{
background-color: #E77A3E;
}
.BgClassName
{
background-color: #E77A3E;
}
</style>
border-color css
<style>
span { border-color: #E77A3E; }
span { border-color: rgb(231,122,62); }
td.TdClassName
{
border-color: #E77A3E;
}
.TagClassName
{
border-color: #E77A3E;
}
</style>