Shades of Pizazz #E77D3A
Tints of Pizazz #E77D3A
RGB
CMYK
RGB Variations
Color information
#E77D3A (or 0xE77D3A) is known color: Pizazz. HEX triplet: E7, 7D and 3A. RGB value is (231,125,58). Sum of RGB (Red+Green+Blue) = 231+125+58=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77D3A is #1882C5. Grayscale: #959595. Windows color (decimal): -1606342 or 3833319. OLE color: 3833319.
HSL color Cylindrical-coordinate representation of color #E77D3A: hue angle of 23.24º 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 #E77D3A is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 58 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.09 |
| HSL | 23.24º | 0.78% | 0.57% | - |
| HSV(B) | 23.24º | 0.75% | 0.91% | - |
| XYZ | 41.05 | 31.96 | 8.01 | - |
| YUV | 149.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 58 | 0 | 0.46 | 0.75 | 0.09 | 23.24 | 0.78 | 0.57 |
| Hex | E7 | 7D | 3A | 0 | 2E | 4B | 9 | 17 | 4E | 39 |
| Octal | 347 | 175 | 72 | 0 | 56 | 113 | 11 | 27 | 116 | 71 |
| Binary | 11100111 | 1111101 | 111010 | 0 | 101110 | 1001011 | 1001 | 10111 | 1001110 | 111001 |
Color Harmonies of #E77D3A
Complementary color
Monochromatic Colors of #E77D3A
Black with #E77D3A
Text Example
Text Example
White with #E77D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D3A; }
p { color: rgb(231,125,58); }
H1.HeaderClassName
{
color: #E77D3A;
}
.AnyTagClassName
{
color: #E77D3A;
}
</style>
background-color css
<style>
a { background-color: #E77D3A; }
a { background-color: rgb(231,125,58); }
div.DivClassName
{
background-color: #E77D3A;
}
.BgClassName
{
background-color: #E77D3A;
}
</style>
border-color css
<style>
span { border-color: #E77D3A; }
span { border-color: rgb(231,125,58); }
td.TdClassName
{
border-color: #E77D3A;
}
.TagClassName
{
border-color: #E77D3A;
}
</style>