Shades of Pizazz #EC7638
Tints of Pizazz #EC7638
RGB
CMYK
RGB Variations
Color information
#EC7638 (or 0xEC7638) is known color: Pizazz. HEX triplet: EC, 76 and 38. RGB value is (236,118,56). Sum of RGB (Red+Green+Blue) = 236+118+56=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7638 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7638 is #1389C7. Grayscale: #929292. Windows color (decimal): -1280456 or 3700460. OLE color: 3700460.
HSL color Cylindrical-coordinate representation of color #EC7638: hue angle of 20.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC7638 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 56 | - |
| CMYK | 0 | 0.5 | 0.76 | 0.07 |
| HSL | 20.67º | 0.83% | 0.57% | - |
| HSV(B) | 20.67º | 0.76% | 0.93% | - |
| XYZ | 41.78 | 31.08 | 7.54 | - |
| YUV | 146.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 56 | 0 | 0.5 | 0.76 | 0.07 | 20.67 | 0.83 | 0.57 |
| Hex | EC | 76 | 38 | 0 | 32 | 4C | 7 | 15 | 53 | 39 |
| Octal | 354 | 166 | 70 | 0 | 62 | 114 | 7 | 25 | 123 | 71 |
| Binary | 11101100 | 1110110 | 111000 | 0 | 110010 | 1001100 | 111 | 10101 | 1010011 | 111001 |
Color Harmonies of #EC7638
Complementary color
Monochromatic Colors of #EC7638
Black with #EC7638
Text Example
Text Example
White with #EC7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7638; }
p { color: rgb(236,118,56); }
H1.HeaderClassName
{
color: #EC7638;
}
.AnyTagClassName
{
color: #EC7638;
}
</style>
background-color css
<style>
a { background-color: #EC7638; }
a { background-color: rgb(236,118,56); }
div.DivClassName
{
background-color: #EC7638;
}
.BgClassName
{
background-color: #EC7638;
}
</style>
border-color css
<style>
span { border-color: #EC7638; }
span { border-color: rgb(236,118,56); }
td.TdClassName
{
border-color: #EC7638;
}
.TagClassName
{
border-color: #EC7638;
}
</style>