Shades of Pizazz #E5813D
Tints of Pizazz #E5813D
RGB
CMYK
RGB Variations
Color information
#E5813D (or 0xE5813D) is known color: Pizazz. HEX triplet: E5, 81 and 3D. RGB value is (229,129,61). Sum of RGB (Red+Green+Blue) = 229+129+61=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5813D is #1A7EC2. Grayscale: #979797. Windows color (decimal): -1736387 or 4030949. OLE color: 4030949.
HSL color Cylindrical-coordinate representation of color #E5813D: hue angle of 24.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5813D is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 129 | 61 | - |
| CMYK | 0 | 0.44 | 0.73 | 0.10 |
| HSL | 24.29º | 0.76% | 0.57% | - |
| HSV(B) | 24.29º | 0.73% | 0.9% | - |
| XYZ | 41.01 | 32.7 | 8.56 | - |
| YUV | 151.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 129 | 61 | 0 | 0.44 | 0.73 | 0.10 | 24.29 | 0.76 | 0.57 |
| Hex | E5 | 81 | 3D | 0 | 2C | 49 | A | 18 | 4C | 39 |
| Octal | 345 | 201 | 75 | 0 | 54 | 111 | 12 | 30 | 114 | 71 |
| Binary | 11100101 | 10000001 | 111101 | 0 | 101100 | 1001001 | 1010 | 11000 | 1001100 | 111001 |
Color Harmonies of #E5813D
Complementary color
Monochromatic Colors of #E5813D
Black with #E5813D
Text Example
Text Example
White with #E5813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5813D; }
p { color: rgb(229,129,61); }
H1.HeaderClassName
{
color: #E5813D;
}
.AnyTagClassName
{
color: #E5813D;
}
</style>
background-color css
<style>
a { background-color: #E5813D; }
a { background-color: rgb(229,129,61); }
div.DivClassName
{
background-color: #E5813D;
}
.BgClassName
{
background-color: #E5813D;
}
</style>
border-color css
<style>
span { border-color: #E5813D; }
span { border-color: rgb(229,129,61); }
td.TdClassName
{
border-color: #E5813D;
}
.TagClassName
{
border-color: #E5813D;
}
</style>