Shades of Pizazz #E27C3E
Tints of Pizazz #E27C3E
RGB
CMYK
RGB Variations
Color information
#E27C3E (or 0xE27C3E) is known color: Pizazz. HEX triplet: E2, 7C and 3E. RGB value is (226,124,62). Sum of RGB (Red+Green+Blue) = 226+124+62=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27C3E is #1D83C1. Grayscale: #939393. Windows color (decimal): -1934274 or 4095202. OLE color: 4095202.
HSL color Cylindrical-coordinate representation of color #E27C3E: hue angle of 22.68º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E27C3E is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 124 | 62 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.11 |
| HSL | 22.68º | 0.74% | 0.56% | - |
| HSV(B) | 22.68º | 0.73% | 0.89% | - |
| XYZ | 39.44 | 30.93 | 8.45 | - |
| YUV | 147.43 | 79.79 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 124 | 62 | 0 | 0.45 | 0.73 | 0.11 | 22.68 | 0.74 | 0.56 |
| Hex | E2 | 7C | 3E | 0 | 2D | 49 | B | 17 | 4A | 38 |
| Octal | 342 | 174 | 76 | 0 | 55 | 111 | 13 | 27 | 112 | 70 |
| Binary | 11100010 | 1111100 | 111110 | 0 | 101101 | 1001001 | 1011 | 10111 | 1001010 | 111000 |
Color Harmonies of #E27C3E
Complementary color
Monochromatic Colors of #E27C3E
Black with #E27C3E
Text Example
Text Example
White with #E27C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27C3E; }
p { color: rgb(226,124,62); }
H1.HeaderClassName
{
color: #E27C3E;
}
.AnyTagClassName
{
color: #E27C3E;
}
</style>
background-color css
<style>
a { background-color: #E27C3E; }
a { background-color: rgb(226,124,62); }
div.DivClassName
{
background-color: #E27C3E;
}
.BgClassName
{
background-color: #E27C3E;
}
</style>
border-color css
<style>
span { border-color: #E27C3E; }
span { border-color: rgb(226,124,62); }
td.TdClassName
{
border-color: #E27C3E;
}
.TagClassName
{
border-color: #E27C3E;
}
</style>