Shades of Pizazz #EE7B3F
Tints of Pizazz #EE7B3F
RGB
CMYK
RGB Variations
Color information
#EE7B3F (or 0xEE7B3F) is known color: Pizazz. HEX triplet: EE, 7B and 3F. RGB value is (238,123,63). Sum of RGB (Red+Green+Blue) = 238+123+63=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7B3F is #1184C0. Grayscale: #969696. Windows color (decimal): -1148097 or 4160494. OLE color: 4160494.
HSL color Cylindrical-coordinate representation of color #EE7B3F: hue angle of 20.57º 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 #EE7B3F is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 63 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.07 |
| HSL | 20.57º | 0.84% | 0.59% | - |
| HSV(B) | 20.57º | 0.74% | 0.93% | - |
| XYZ | 43.24 | 32.7 | 8.74 | - |
| YUV | 150.55 | 78.6 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 63 | 0 | 0.48 | 0.74 | 0.07 | 20.57 | 0.84 | 0.59 |
| Hex | EE | 7B | 3F | 0 | 30 | 4A | 7 | 15 | 54 | 3B |
| Octal | 356 | 173 | 77 | 0 | 60 | 112 | 7 | 25 | 124 | 73 |
| Binary | 11101110 | 1111011 | 111111 | 0 | 110000 | 1001010 | 111 | 10101 | 1010100 | 111011 |
Color Harmonies of #EE7B3F
Complementary color
Monochromatic Colors of #EE7B3F
Black with #EE7B3F
Text Example
Text Example
White with #EE7B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7B3F; }
p { color: rgb(238,123,63); }
H1.HeaderClassName
{
color: #EE7B3F;
}
.AnyTagClassName
{
color: #EE7B3F;
}
</style>
background-color css
<style>
a { background-color: #EE7B3F; }
a { background-color: rgb(238,123,63); }
div.DivClassName
{
background-color: #EE7B3F;
}
.BgClassName
{
background-color: #EE7B3F;
}
</style>
border-color css
<style>
span { border-color: #EE7B3F; }
span { border-color: rgb(238,123,63); }
td.TdClassName
{
border-color: #EE7B3F;
}
.TagClassName
{
border-color: #EE7B3F;
}
</style>