Shades of Pizazz #EA823E
Tints of Pizazz #EA823E
RGB
CMYK
RGB Variations
Color information
#EA823E (or 0xEA823E) is known color: Pizazz. HEX triplet: EA, 82 and 3E. RGB value is (234,130,62). Sum of RGB (Red+Green+Blue) = 234+130+62=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA823E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA823E is #157DC1. Grayscale: #999999. Windows color (decimal): -1408450 or 4096746. OLE color: 4096746.
HSL color Cylindrical-coordinate representation of color #EA823E: hue angle of 23.72º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA823E is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 62 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.08 |
| HSL | 23.72º | 0.8% | 0.58% | - |
| HSV(B) | 23.72º | 0.74% | 0.92% | - |
| XYZ | 42.78 | 33.81 | 8.83 | - |
| YUV | 153.34 | 76.46 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 62 | 0 | 0.44 | 0.74 | 0.08 | 23.72 | 0.8 | 0.58 |
| Hex | EA | 82 | 3E | 0 | 2C | 4A | 8 | 18 | 50 | 3A |
| Octal | 352 | 202 | 76 | 0 | 54 | 112 | 10 | 30 | 120 | 72 |
| Binary | 11101010 | 10000010 | 111110 | 0 | 101100 | 1001010 | 1000 | 11000 | 1010000 | 111010 |
Color Harmonies of #EA823E
Complementary color
Monochromatic Colors of #EA823E
Black with #EA823E
Text Example
Text Example
White with #EA823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA823E; }
p { color: rgb(234,130,62); }
H1.HeaderClassName
{
color: #EA823E;
}
.AnyTagClassName
{
color: #EA823E;
}
</style>
background-color css
<style>
a { background-color: #EA823E; }
a { background-color: rgb(234,130,62); }
div.DivClassName
{
background-color: #EA823E;
}
.BgClassName
{
background-color: #EA823E;
}
</style>
border-color css
<style>
span { border-color: #EA823E; }
span { border-color: rgb(234,130,62); }
td.TdClassName
{
border-color: #EA823E;
}
.TagClassName
{
border-color: #EA823E;
}
</style>