Shades of Pizazz #E97D3A
Tints of Pizazz #E97D3A
RGB
CMYK
RGB Variations
Color information
#E97D3A (or 0xE97D3A) is known color: Pizazz. HEX triplet: E9, 7D and 3A. RGB value is (233,125,58). Sum of RGB (Red+Green+Blue) = 233+125+58=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E97D3A is #1682C5. Grayscale: #969696. Windows color (decimal): -1475270 or 3833321. OLE color: 3833321.
HSL color Cylindrical-coordinate representation of color #E97D3A: hue angle of 22.97º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E97D3A is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 58 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.09 |
| HSL | 22.97º | 0.8% | 0.57% | - |
| HSV(B) | 22.97º | 0.75% | 0.91% | - |
| XYZ | 41.7 | 32.3 | 8.04 | - |
| YUV | 149.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 58 | 0 | 0.46 | 0.75 | 0.09 | 22.97 | 0.8 | 0.57 |
| Hex | E9 | 7D | 3A | 0 | 2E | 4B | 9 | 17 | 50 | 39 |
| Octal | 351 | 175 | 72 | 0 | 56 | 113 | 11 | 27 | 120 | 71 |
| Binary | 11101001 | 1111101 | 111010 | 0 | 101110 | 1001011 | 1001 | 10111 | 1010000 | 111001 |
Color Harmonies of #E97D3A
Complementary color
Monochromatic Colors of #E97D3A
Black with #E97D3A
Text Example
Text Example
White with #E97D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D3A; }
p { color: rgb(233,125,58); }
H1.HeaderClassName
{
color: #E97D3A;
}
.AnyTagClassName
{
color: #E97D3A;
}
</style>
background-color css
<style>
a { background-color: #E97D3A; }
a { background-color: rgb(233,125,58); }
div.DivClassName
{
background-color: #E97D3A;
}
.BgClassName
{
background-color: #E97D3A;
}
</style>
border-color css
<style>
span { border-color: #E97D3A; }
span { border-color: rgb(233,125,58); }
td.TdClassName
{
border-color: #E97D3A;
}
.TagClassName
{
border-color: #E97D3A;
}
</style>