Shades of Pizazz #EB7C3E
Tints of Pizazz #EB7C3E
RGB
CMYK
RGB Variations
Color information
#EB7C3E (or 0xEB7C3E) is known color: Pizazz. HEX triplet: EB, 7C and 3E. RGB value is (235,124,62). Sum of RGB (Red+Green+Blue) = 235+124+62=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7C3E is #1483C1. Grayscale: #969696. Windows color (decimal): -1344450 or 4095211. OLE color: 4095211.
HSL color Cylindrical-coordinate representation of color #EB7C3E: hue angle of 21.5º 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 #EB7C3E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 124 | 62 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.08 |
| HSL | 21.5º | 0.81% | 0.58% | - |
| HSV(B) | 21.5º | 0.74% | 0.92% | - |
| XYZ | 42.34 | 32.43 | 8.58 | - |
| YUV | 150.12 | 78.27 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 124 | 62 | 0 | 0.47 | 0.74 | 0.08 | 21.5 | 0.81 | 0.58 |
| Hex | EB | 7C | 3E | 0 | 2F | 4A | 8 | 16 | 51 | 3A |
| Octal | 353 | 174 | 76 | 0 | 57 | 112 | 10 | 26 | 121 | 72 |
| Binary | 11101011 | 1111100 | 111110 | 0 | 101111 | 1001010 | 1000 | 10110 | 1010001 | 111010 |
Color Harmonies of #EB7C3E
Complementary color
Monochromatic Colors of #EB7C3E
Black with #EB7C3E
Text Example
Text Example
White with #EB7C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7C3E; }
p { color: rgb(235,124,62); }
H1.HeaderClassName
{
color: #EB7C3E;
}
.AnyTagClassName
{
color: #EB7C3E;
}
</style>
background-color css
<style>
a { background-color: #EB7C3E; }
a { background-color: rgb(235,124,62); }
div.DivClassName
{
background-color: #EB7C3E;
}
.BgClassName
{
background-color: #EB7C3E;
}
</style>
border-color css
<style>
span { border-color: #EB7C3E; }
span { border-color: rgb(235,124,62); }
td.TdClassName
{
border-color: #EB7C3E;
}
.TagClassName
{
border-color: #EB7C3E;
}
</style>