Shades of Pizazz #EC7B35
Tints of Pizazz #EC7B35
RGB
CMYK
RGB Variations
Color information
#EC7B35 (or 0xEC7B35) is known color: Pizazz. HEX triplet: EC, 7B and 35. RGB value is (236,123,53). Sum of RGB (Red+Green+Blue) = 236+123+53=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7B35 is #1384CA. Grayscale: #959595. Windows color (decimal): -1279179 or 3505132. OLE color: 3505132.
HSL color Cylindrical-coordinate representation of color #EC7B35: hue angle of 22.95º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC7B35 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 53 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.07 |
| HSL | 22.95º | 0.83% | 0.57% | - |
| HSV(B) | 22.95º | 0.78% | 0.93% | - |
| XYZ | 42.32 | 32.26 | 7.36 | - |
| YUV | 148.81 | 73.94 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 53 | 0 | 0.48 | 0.78 | 0.07 | 22.95 | 0.83 | 0.57 |
| Hex | EC | 7B | 35 | 0 | 30 | 4E | 7 | 17 | 53 | 39 |
| Octal | 354 | 173 | 65 | 0 | 60 | 116 | 7 | 27 | 123 | 71 |
| Binary | 11101100 | 1111011 | 110101 | 0 | 110000 | 1001110 | 111 | 10111 | 1010011 | 111001 |
Color Harmonies of #EC7B35
Complementary color
Monochromatic Colors of #EC7B35
Black with #EC7B35
Text Example
Text Example
White with #EC7B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7B35; }
p { color: rgb(236,123,53); }
H1.HeaderClassName
{
color: #EC7B35;
}
.AnyTagClassName
{
color: #EC7B35;
}
</style>
background-color css
<style>
a { background-color: #EC7B35; }
a { background-color: rgb(236,123,53); }
div.DivClassName
{
background-color: #EC7B35;
}
.BgClassName
{
background-color: #EC7B35;
}
</style>
border-color css
<style>
span { border-color: #EC7B35; }
span { border-color: rgb(236,123,53); }
td.TdClassName
{
border-color: #EC7B35;
}
.TagClassName
{
border-color: #EC7B35;
}
</style>