Shades of Pizazz #EB763D
Tints of Pizazz #EB763D
RGB
CMYK
RGB Variations
Color information
#EB763D (or 0xEB763D) is known color: Pizazz. HEX triplet: EB, 76 and 3D. RGB value is (235,118,61). Sum of RGB (Red+Green+Blue) = 235+118+61=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB763D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB763D is #1489C2. Grayscale: #929292. Windows color (decimal): -1345987 or 4028139. OLE color: 4028139.
HSL color Cylindrical-coordinate representation of color #EB763D: hue angle of 19.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB763D is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 61 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.08 |
| HSL | 19.66º | 0.81% | 0.58% | - |
| HSV(B) | 19.66º | 0.74% | 0.92% | - |
| XYZ | 41.58 | 30.96 | 8.2 | - |
| YUV | 146.49 | 79.76 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 61 | 0 | 0.50 | 0.74 | 0.08 | 19.66 | 0.81 | 0.58 |
| Hex | EB | 76 | 3D | 0 | 32 | 4A | 8 | 14 | 51 | 3A |
| Octal | 353 | 166 | 75 | 0 | 62 | 112 | 10 | 24 | 121 | 72 |
| Binary | 11101011 | 1110110 | 111101 | 0 | 110010 | 1001010 | 1000 | 10100 | 1010001 | 111010 |
Color Harmonies of #EB763D
Complementary color
Monochromatic Colors of #EB763D
Black with #EB763D
Text Example
Text Example
White with #EB763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB763D; }
p { color: rgb(235,118,61); }
H1.HeaderClassName
{
color: #EB763D;
}
.AnyTagClassName
{
color: #EB763D;
}
</style>
background-color css
<style>
a { background-color: #EB763D; }
a { background-color: rgb(235,118,61); }
div.DivClassName
{
background-color: #EB763D;
}
.BgClassName
{
background-color: #EB763D;
}
</style>
border-color css
<style>
span { border-color: #EB763D; }
span { border-color: rgb(235,118,61); }
td.TdClassName
{
border-color: #EB763D;
}
.TagClassName
{
border-color: #EB763D;
}
</style>