Shades of Pizazz #EE813B
Tints of Pizazz #EE813B
RGB
CMYK
RGB Variations
Color information
#EE813B (or 0xEE813B) is known color: Pizazz. HEX triplet: EE, 81 and 3B. RGB value is (238,129,59). Sum of RGB (Red+Green+Blue) = 238+129+59=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE813B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE813B is #117EC4. Grayscale: #9A9A9A. Windows color (decimal): -1146565 or 3899886. OLE color: 3899886.
HSL color Cylindrical-coordinate representation of color #EE813B: hue angle of 23.46º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE813B is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 59 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.07 |
| HSL | 23.46º | 0.84% | 0.58% | - |
| HSV(B) | 23.46º | 0.75% | 0.93% | - |
| XYZ | 43.9 | 34.19 | 8.42 | - |
| YUV | 153.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 59 | 0 | 0.46 | 0.75 | 0.07 | 23.46 | 0.84 | 0.58 |
| Hex | EE | 81 | 3B | 0 | 2E | 4B | 7 | 17 | 54 | 3A |
| Octal | 356 | 201 | 73 | 0 | 56 | 113 | 7 | 27 | 124 | 72 |
| Binary | 11101110 | 10000001 | 111011 | 0 | 101110 | 1001011 | 111 | 10111 | 1010100 | 111010 |
Color Harmonies of #EE813B
Complementary color
Monochromatic Colors of #EE813B
Black with #EE813B
Text Example
Text Example
White with #EE813B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE813B; }
p { color: rgb(238,129,59); }
H1.HeaderClassName
{
color: #EE813B;
}
.AnyTagClassName
{
color: #EE813B;
}
</style>
background-color css
<style>
a { background-color: #EE813B; }
a { background-color: rgb(238,129,59); }
div.DivClassName
{
background-color: #EE813B;
}
.BgClassName
{
background-color: #EE813B;
}
</style>
border-color css
<style>
span { border-color: #EE813B; }
span { border-color: rgb(238,129,59); }
td.TdClassName
{
border-color: #EE813B;
}
.TagClassName
{
border-color: #EE813B;
}
</style>