Shades of Pizazz #EE813D
Tints of Pizazz #EE813D
RGB
CMYK
RGB Variations
Color information
#EE813D (or 0xEE813D) is known color: Pizazz. HEX triplet: EE, 81 and 3D. RGB value is (238,129,61). Sum of RGB (Red+Green+Blue) = 238+129+61=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE813D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE813D is #117EC2. Grayscale: #9A9A9A. Windows color (decimal): -1146563 or 4030958. OLE color: 4030958.
HSL color Cylindrical-coordinate representation of color #EE813D: hue angle of 23.05º 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 #EE813D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 61 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.07 |
| HSL | 23.05º | 0.84% | 0.59% | - |
| HSV(B) | 23.05º | 0.74% | 0.93% | - |
| XYZ | 43.95 | 34.21 | 8.7 | - |
| YUV | 153.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 61 | 0 | 0.46 | 0.74 | 0.07 | 23.05 | 0.84 | 0.59 |
| Hex | EE | 81 | 3D | 0 | 2E | 4A | 7 | 17 | 54 | 3B |
| Octal | 356 | 201 | 75 | 0 | 56 | 112 | 7 | 27 | 124 | 73 |
| Binary | 11101110 | 10000001 | 111101 | 0 | 101110 | 1001010 | 111 | 10111 | 1010100 | 111011 |
Color Harmonies of #EE813D
Complementary color
Monochromatic Colors of #EE813D
Black with #EE813D
Text Example
Text Example
White with #EE813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE813D; }
p { color: rgb(238,129,61); }
H1.HeaderClassName
{
color: #EE813D;
}
.AnyTagClassName
{
color: #EE813D;
}
</style>
background-color css
<style>
a { background-color: #EE813D; }
a { background-color: rgb(238,129,61); }
div.DivClassName
{
background-color: #EE813D;
}
.BgClassName
{
background-color: #EE813D;
}
</style>
border-color css
<style>
span { border-color: #EE813D; }
span { border-color: rgb(238,129,61); }
td.TdClassName
{
border-color: #EE813D;
}
.TagClassName
{
border-color: #EE813D;
}
</style>