Shades of Pizazz #EA803F
Tints of Pizazz #EA803F
RGB
CMYK
RGB Variations
Color information
#EA803F (or 0xEA803F) is known color: Pizazz. HEX triplet: EA, 80 and 3F. RGB value is (234,128,63). Sum of RGB (Red+Green+Blue) = 234+128+63=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA803F is #157FC0. Grayscale: #989898. Windows color (decimal): -1408961 or 4161770. OLE color: 4161770.
HSL color Cylindrical-coordinate representation of color #EA803F: hue angle of 22.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA803F is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 63 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.08 |
| HSL | 22.81º | 0.8% | 0.58% | - |
| HSV(B) | 22.81º | 0.73% | 0.92% | - |
| XYZ | 42.55 | 33.29 | 8.89 | - |
| YUV | 152.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 63 | 0 | 0.45 | 0.73 | 0.08 | 22.81 | 0.8 | 0.58 |
| Hex | EA | 80 | 3F | 0 | 2D | 49 | 8 | 17 | 50 | 3A |
| Octal | 352 | 200 | 77 | 0 | 55 | 111 | 10 | 27 | 120 | 72 |
| Binary | 11101010 | 10000000 | 111111 | 0 | 101101 | 1001001 | 1000 | 10111 | 1010000 | 111010 |
Color Harmonies of #EA803F
Complementary color
Monochromatic Colors of #EA803F
Black with #EA803F
Text Example
Text Example
White with #EA803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA803F; }
p { color: rgb(234,128,63); }
H1.HeaderClassName
{
color: #EA803F;
}
.AnyTagClassName
{
color: #EA803F;
}
</style>
background-color css
<style>
a { background-color: #EA803F; }
a { background-color: rgb(234,128,63); }
div.DivClassName
{
background-color: #EA803F;
}
.BgClassName
{
background-color: #EA803F;
}
</style>
border-color css
<style>
span { border-color: #EA803F; }
span { border-color: rgb(234,128,63); }
td.TdClassName
{
border-color: #EA803F;
}
.TagClassName
{
border-color: #EA803F;
}
</style>