Shades of Pizazz #EE813E
Tints of Pizazz #EE813E
RGB
CMYK
RGB Variations
Color information
#EE813E (or 0xEE813E) is known color: Pizazz. HEX triplet: EE, 81 and 3E. RGB value is (238,129,62). Sum of RGB (Red+Green+Blue) = 238+129+62=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE813E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE813E is #117EC1. Grayscale: #9A9A9A. Windows color (decimal): -1146562 or 4096494. OLE color: 4096494.
HSL color Cylindrical-coordinate representation of color #EE813E: hue angle of 22.84º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE813E is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 62 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.07 |
| HSL | 22.84º | 0.84% | 0.59% | - |
| HSV(B) | 22.84º | 0.74% | 0.93% | - |
| XYZ | 43.98 | 34.23 | 8.85 | - |
| YUV | 153.95 | 76.11 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 62 | 0 | 0.46 | 0.74 | 0.07 | 22.84 | 0.84 | 0.59 |
| Hex | EE | 81 | 3E | 0 | 2E | 4A | 7 | 17 | 54 | 3B |
| Octal | 356 | 201 | 76 | 0 | 56 | 112 | 7 | 27 | 124 | 73 |
| Binary | 11101110 | 10000001 | 111110 | 0 | 101110 | 1001010 | 111 | 10111 | 1010100 | 111011 |
Color Harmonies of #EE813E
Complementary color
Monochromatic Colors of #EE813E
Black with #EE813E
Text Example
Text Example
White with #EE813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE813E; }
p { color: rgb(238,129,62); }
H1.HeaderClassName
{
color: #EE813E;
}
.AnyTagClassName
{
color: #EE813E;
}
</style>
background-color css
<style>
a { background-color: #EE813E; }
a { background-color: rgb(238,129,62); }
div.DivClassName
{
background-color: #EE813E;
}
.BgClassName
{
background-color: #EE813E;
}
</style>
border-color css
<style>
span { border-color: #EE813E; }
span { border-color: rgb(238,129,62); }
td.TdClassName
{
border-color: #EE813E;
}
.TagClassName
{
border-color: #EE813E;
}
</style>