Shades of Pizazz #EE7A3F
Tints of Pizazz #EE7A3F
RGB
CMYK
RGB Variations
Color information
#EE7A3F (or 0xEE7A3F) is known color: Pizazz. HEX triplet: EE, 7A and 3F. RGB value is (238,122,63). Sum of RGB (Red+Green+Blue) = 238+122+63=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7A3F is #1185C0. Grayscale: #969696. Windows color (decimal): -1148353 or 4160238. OLE color: 4160238.
HSL color Cylindrical-coordinate representation of color #EE7A3F: hue angle of 20.23º 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 #EE7A3F is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 63 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.07 |
| HSL | 20.23º | 0.84% | 0.59% | - |
| HSV(B) | 20.23º | 0.74% | 0.93% | - |
| XYZ | 43.12 | 32.46 | 8.69 | - |
| YUV | 149.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 63 | 0 | 0.49 | 0.74 | 0.07 | 20.23 | 0.84 | 0.59 |
| Hex | EE | 7A | 3F | 0 | 31 | 4A | 7 | 14 | 54 | 3B |
| Octal | 356 | 172 | 77 | 0 | 61 | 112 | 7 | 24 | 124 | 73 |
| Binary | 11101110 | 1111010 | 111111 | 0 | 110001 | 1001010 | 111 | 10100 | 1010100 | 111011 |
Color Harmonies of #EE7A3F
Complementary color
Monochromatic Colors of #EE7A3F
Black with #EE7A3F
Text Example
Text Example
White with #EE7A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A3F; }
p { color: rgb(238,122,63); }
H1.HeaderClassName
{
color: #EE7A3F;
}
.AnyTagClassName
{
color: #EE7A3F;
}
</style>
background-color css
<style>
a { background-color: #EE7A3F; }
a { background-color: rgb(238,122,63); }
div.DivClassName
{
background-color: #EE7A3F;
}
.BgClassName
{
background-color: #EE7A3F;
}
</style>
border-color css
<style>
span { border-color: #EE7A3F; }
span { border-color: rgb(238,122,63); }
td.TdClassName
{
border-color: #EE7A3F;
}
.TagClassName
{
border-color: #EE7A3F;
}
</style>