Shades of Pizazz #E77D3E
Tints of Pizazz #E77D3E
RGB
CMYK
RGB Variations
Color information
#E77D3E (or 0xE77D3E) is known color: Pizazz. HEX triplet: E7, 7D and 3E. RGB value is (231,125,62). Sum of RGB (Red+Green+Blue) = 231+125+62=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77D3E is #1882C1. Grayscale: #959595. Windows color (decimal): -1606338 or 4095463. OLE color: 4095463.
HSL color Cylindrical-coordinate representation of color #E77D3E: hue angle of 22.37º 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 #E77D3E is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 62 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.09 |
| HSL | 22.37º | 0.78% | 0.57% | - |
| HSV(B) | 22.37º | 0.73% | 0.91% | - |
| XYZ | 41.16 | 32 | 8.57 | - |
| YUV | 149.51 | 78.62 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 62 | 0 | 0.46 | 0.73 | 0.09 | 22.37 | 0.78 | 0.57 |
| Hex | E7 | 7D | 3E | 0 | 2E | 49 | 9 | 16 | 4E | 39 |
| Octal | 347 | 175 | 76 | 0 | 56 | 111 | 11 | 26 | 116 | 71 |
| Binary | 11100111 | 1111101 | 111110 | 0 | 101110 | 1001001 | 1001 | 10110 | 1001110 | 111001 |
Color Harmonies of #E77D3E
Complementary color
Monochromatic Colors of #E77D3E
Black with #E77D3E
Text Example
Text Example
White with #E77D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D3E; }
p { color: rgb(231,125,62); }
H1.HeaderClassName
{
color: #E77D3E;
}
.AnyTagClassName
{
color: #E77D3E;
}
</style>
background-color css
<style>
a { background-color: #E77D3E; }
a { background-color: rgb(231,125,62); }
div.DivClassName
{
background-color: #E77D3E;
}
.BgClassName
{
background-color: #E77D3E;
}
</style>
border-color css
<style>
span { border-color: #E77D3E; }
span { border-color: rgb(231,125,62); }
td.TdClassName
{
border-color: #E77D3E;
}
.TagClassName
{
border-color: #E77D3E;
}
</style>