Shades of Pizazz #E77536
Tints of Pizazz #E77536
RGB
CMYK
RGB Variations
Color information
#E77536 (or 0xE77536) is known color: Pizazz. HEX triplet: E7, 75 and 36. RGB value is (231,117,54). Sum of RGB (Red+Green+Blue) = 231+117+54=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E77536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77536 is #188AC9. Grayscale: #909090. Windows color (decimal): -1608394 or 3569127. OLE color: 3569127.
HSL color Cylindrical-coordinate representation of color #E77536: hue angle of 21.36º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E77536 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 54 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.09 |
| HSL | 21.36º | 0.79% | 0.56% | - |
| HSV(B) | 21.36º | 0.77% | 0.91% | - |
| XYZ | 39.98 | 29.98 | 7.17 | - |
| YUV | 143.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 54 | 0 | 0.49 | 0.77 | 0.09 | 21.36 | 0.79 | 0.56 |
| Hex | E7 | 75 | 36 | 0 | 31 | 4D | 9 | 15 | 4F | 38 |
| Octal | 347 | 165 | 66 | 0 | 61 | 115 | 11 | 25 | 117 | 70 |
| Binary | 11100111 | 1110101 | 110110 | 0 | 110001 | 1001101 | 1001 | 10101 | 1001111 | 111000 |
Color Harmonies of #E77536
Complementary color
Monochromatic Colors of #E77536
Black with #E77536
Text Example
Text Example
White with #E77536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77536; }
p { color: rgb(231,117,54); }
H1.HeaderClassName
{
color: #E77536;
}
.AnyTagClassName
{
color: #E77536;
}
</style>
background-color css
<style>
a { background-color: #E77536; }
a { background-color: rgb(231,117,54); }
div.DivClassName
{
background-color: #E77536;
}
.BgClassName
{
background-color: #E77536;
}
</style>
border-color css
<style>
span { border-color: #E77536; }
span { border-color: rgb(231,117,54); }
td.TdClassName
{
border-color: #E77536;
}
.TagClassName
{
border-color: #E77536;
}
</style>