Shades of Pizazz #E27D3C
Tints of Pizazz #E27D3C
RGB
CMYK
RGB Variations
Color information
#E27D3C (or 0xE27D3C) is known color: Pizazz. HEX triplet: E2, 7D and 3C. RGB value is (226,125,60). Sum of RGB (Red+Green+Blue) = 226+125+60=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E27D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27D3C is #1D82C3. Grayscale: #949494. Windows color (decimal): -1934020 or 3964386. OLE color: 3964386.
HSL color Cylindrical-coordinate representation of color #E27D3C: hue angle of 23.49º 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 #E27D3C is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 60 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.11 |
| HSL | 23.49º | 0.74% | 0.56% | - |
| HSV(B) | 23.49º | 0.73% | 0.89% | - |
| XYZ | 39.51 | 31.16 | 8.21 | - |
| YUV | 147.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 60 | 0 | 0.45 | 0.73 | 0.11 | 23.49 | 0.74 | 0.56 |
| Hex | E2 | 7D | 3C | 0 | 2D | 49 | B | 17 | 4A | 38 |
| Octal | 342 | 175 | 74 | 0 | 55 | 111 | 13 | 27 | 112 | 70 |
| Binary | 11100010 | 1111101 | 111100 | 0 | 101101 | 1001001 | 1011 | 10111 | 1001010 | 111000 |
Color Harmonies of #E27D3C
Complementary color
Monochromatic Colors of #E27D3C
Black with #E27D3C
Text Example
Text Example
White with #E27D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27D3C; }
p { color: rgb(226,125,60); }
H1.HeaderClassName
{
color: #E27D3C;
}
.AnyTagClassName
{
color: #E27D3C;
}
</style>
background-color css
<style>
a { background-color: #E27D3C; }
a { background-color: rgb(226,125,60); }
div.DivClassName
{
background-color: #E27D3C;
}
.BgClassName
{
background-color: #E27D3C;
}
</style>
border-color css
<style>
span { border-color: #E27D3C; }
span { border-color: rgb(226,125,60); }
td.TdClassName
{
border-color: #E27D3C;
}
.TagClassName
{
border-color: #E27D3C;
}
</style>