Shades of Pizazz #E77C3D
Tints of Pizazz #E77C3D
RGB
CMYK
RGB Variations
Color information
#E77C3D (or 0xE77C3D) is known color: Pizazz. HEX triplet: E7, 7C and 3D. RGB value is (231,124,61). Sum of RGB (Red+Green+Blue) = 231+124+61=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77C3D is #1883C2. Grayscale: #959595. Windows color (decimal): -1606595 or 4029671. OLE color: 4029671.
HSL color Cylindrical-coordinate representation of color #E77C3D: hue angle of 22.24º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E77C3D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 61 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.09 |
| HSL | 22.24º | 0.78% | 0.57% | - |
| HSV(B) | 22.24º | 0.74% | 0.91% | - |
| XYZ | 41 | 31.74 | 8.38 | - |
| YUV | 148.81 | 78.45 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 61 | 0 | 0.46 | 0.74 | 0.09 | 22.24 | 0.78 | 0.57 |
| Hex | E7 | 7C | 3D | 0 | 2E | 4A | 9 | 16 | 4E | 39 |
| Octal | 347 | 174 | 75 | 0 | 56 | 112 | 11 | 26 | 116 | 71 |
| Binary | 11100111 | 1111100 | 111101 | 0 | 101110 | 1001010 | 1001 | 10110 | 1001110 | 111001 |
Color Harmonies of #E77C3D
Complementary color
Monochromatic Colors of #E77C3D
Black with #E77C3D
Text Example
Text Example
White with #E77C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C3D; }
p { color: rgb(231,124,61); }
H1.HeaderClassName
{
color: #E77C3D;
}
.AnyTagClassName
{
color: #E77C3D;
}
</style>
background-color css
<style>
a { background-color: #E77C3D; }
a { background-color: rgb(231,124,61); }
div.DivClassName
{
background-color: #E77C3D;
}
.BgClassName
{
background-color: #E77C3D;
}
</style>
border-color css
<style>
span { border-color: #E77C3D; }
span { border-color: rgb(231,124,61); }
td.TdClassName
{
border-color: #E77C3D;
}
.TagClassName
{
border-color: #E77C3D;
}
</style>