Shades of Pizazz #EE803D
Tints of Pizazz #EE803D
RGB
CMYK
RGB Variations
Color information
#EE803D (or 0xEE803D) is known color: Pizazz. HEX triplet: EE, 80 and 3D. RGB value is (238,128,61). Sum of RGB (Red+Green+Blue) = 238+128+61=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE803D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE803D is #117FC2. Grayscale: #999999. Windows color (decimal): -1146819 or 4030702. OLE color: 4030702.
HSL color Cylindrical-coordinate representation of color #EE803D: hue angle of 22.71º 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 #EE803D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 61 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.07 |
| HSL | 22.71º | 0.84% | 0.59% | - |
| HSV(B) | 22.71º | 0.74% | 0.93% | - |
| XYZ | 43.82 | 33.95 | 8.66 | - |
| YUV | 153.25 | 75.94 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 61 | 0 | 0.46 | 0.74 | 0.07 | 22.71 | 0.84 | 0.59 |
| Hex | EE | 80 | 3D | 0 | 2E | 4A | 7 | 17 | 54 | 3B |
| Octal | 356 | 200 | 75 | 0 | 56 | 112 | 7 | 27 | 124 | 73 |
| Binary | 11101110 | 10000000 | 111101 | 0 | 101110 | 1001010 | 111 | 10111 | 1010100 | 111011 |
Color Harmonies of #EE803D
Complementary color
Monochromatic Colors of #EE803D
Black with #EE803D
Text Example
Text Example
White with #EE803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE803D; }
p { color: rgb(238,128,61); }
H1.HeaderClassName
{
color: #EE803D;
}
.AnyTagClassName
{
color: #EE803D;
}
</style>
background-color css
<style>
a { background-color: #EE803D; }
a { background-color: rgb(238,128,61); }
div.DivClassName
{
background-color: #EE803D;
}
.BgClassName
{
background-color: #EE803D;
}
</style>
border-color css
<style>
span { border-color: #EE803D; }
span { border-color: rgb(238,128,61); }
td.TdClassName
{
border-color: #EE803D;
}
.TagClassName
{
border-color: #EE803D;
}
</style>