Shades of Pizazz #EE7630
Tints of Pizazz #EE7630
RGB
CMYK
RGB Variations
Color information
#EE7630 (or 0xEE7630) is known color: Pizazz. HEX triplet: EE, 76 and 30. RGB value is (238,118,48). Sum of RGB (Red+Green+Blue) = 238+118+48=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7630 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7630 is #1189CF. Grayscale: #929292. Windows color (decimal): -1149392 or 3176174. OLE color: 3176174.
HSL color Cylindrical-coordinate representation of color #EE7630: hue angle of 22.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE7630 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 48 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.07 |
| HSL | 22.11º | 0.85% | 0.56% | - |
| HSV(B) | 22.11º | 0.8% | 0.93% | - |
| XYZ | 42.27 | 31.35 | 6.62 | - |
| YUV | 145.9 | 72.76 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 48 | 0 | 0.50 | 0.80 | 0.07 | 22.11 | 0.85 | 0.56 |
| Hex | EE | 76 | 30 | 0 | 32 | 50 | 7 | 16 | 55 | 38 |
| Octal | 356 | 166 | 60 | 0 | 62 | 120 | 7 | 26 | 125 | 70 |
| Binary | 11101110 | 1110110 | 110000 | 0 | 110010 | 1010000 | 111 | 10110 | 1010101 | 111000 |
Color Harmonies of #EE7630
Complementary color
Monochromatic Colors of #EE7630
Black with #EE7630
Text Example
Text Example
White with #EE7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7630; }
p { color: rgb(238,118,48); }
H1.HeaderClassName
{
color: #EE7630;
}
.AnyTagClassName
{
color: #EE7630;
}
</style>
background-color css
<style>
a { background-color: #EE7630; }
a { background-color: rgb(238,118,48); }
div.DivClassName
{
background-color: #EE7630;
}
.BgClassName
{
background-color: #EE7630;
}
</style>
border-color css
<style>
span { border-color: #EE7630; }
span { border-color: rgb(238,118,48); }
td.TdClassName
{
border-color: #EE7630;
}
.TagClassName
{
border-color: #EE7630;
}
</style>