Shades of Pizazz #E28241
Tints of Pizazz #E28241
RGB
CMYK
RGB Variations
Color information
#E28241 (or 0xE28241) is known color: Pizazz. HEX triplet: E2, 82 and 41. RGB value is (226,130,65). Sum of RGB (Red+Green+Blue) = 226+130+65=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E28241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28241 is #1D7DBE. Grayscale: #979797. Windows color (decimal): -1932735 or 4293346. OLE color: 4293346.
HSL color Cylindrical-coordinate representation of color #E28241: hue angle of 24.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E28241 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 65 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.11 |
| HSL | 24.22º | 0.74% | 0.57% | - |
| HSV(B) | 24.22º | 0.71% | 0.89% | - |
| XYZ | 40.3 | 32.52 | 9.15 | - |
| YUV | 151.29 | 79.3 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 65 | 0 | 0.42 | 0.71 | 0.11 | 24.22 | 0.74 | 0.57 |
| Hex | E2 | 82 | 41 | 0 | 2A | 47 | B | 18 | 4A | 39 |
| Octal | 342 | 202 | 101 | 0 | 52 | 107 | 13 | 30 | 112 | 71 |
| Binary | 11100010 | 10000010 | 1000001 | 0 | 101010 | 1000111 | 1011 | 11000 | 1001010 | 111001 |
Color Harmonies of #E28241
Complementary color
Monochromatic Colors of #E28241
Black with #E28241
Text Example
Text Example
White with #E28241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28241; }
p { color: rgb(226,130,65); }
H1.HeaderClassName
{
color: #E28241;
}
.AnyTagClassName
{
color: #E28241;
}
</style>
background-color css
<style>
a { background-color: #E28241; }
a { background-color: rgb(226,130,65); }
div.DivClassName
{
background-color: #E28241;
}
.BgClassName
{
background-color: #E28241;
}
</style>
border-color css
<style>
span { border-color: #E28241; }
span { border-color: rgb(226,130,65); }
td.TdClassName
{
border-color: #E28241;
}
.TagClassName
{
border-color: #E28241;
}
</style>