Shades of Pizazz #EB7D3F
Tints of Pizazz #EB7D3F
RGB
CMYK
RGB Variations
Color information
#EB7D3F (or 0xEB7D3F) is known color: Pizazz. HEX triplet: EB, 7D and 3F. RGB value is (235,125,63). Sum of RGB (Red+Green+Blue) = 235+125+63=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D3F is #1482C0. Grayscale: #979797. Windows color (decimal): -1344193 or 4161003. OLE color: 4161003.
HSL color Cylindrical-coordinate representation of color #EB7D3F: hue angle of 21.63º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB7D3F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 125 | 63 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.08 |
| HSL | 21.63º | 0.81% | 0.58% | - |
| HSV(B) | 21.63º | 0.73% | 0.92% | - |
| XYZ | 42.49 | 32.69 | 8.77 | - |
| YUV | 150.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 125 | 63 | 0 | 0.47 | 0.73 | 0.08 | 21.63 | 0.81 | 0.58 |
| Hex | EB | 7D | 3F | 0 | 2F | 49 | 8 | 16 | 51 | 3A |
| Octal | 353 | 175 | 77 | 0 | 57 | 111 | 10 | 26 | 121 | 72 |
| Binary | 11101011 | 1111101 | 111111 | 0 | 101111 | 1001001 | 1000 | 10110 | 1010001 | 111010 |
Color Harmonies of #EB7D3F
Complementary color
Monochromatic Colors of #EB7D3F
Black with #EB7D3F
Text Example
Text Example
White with #EB7D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7D3F; }
p { color: rgb(235,125,63); }
H1.HeaderClassName
{
color: #EB7D3F;
}
.AnyTagClassName
{
color: #EB7D3F;
}
</style>
background-color css
<style>
a { background-color: #EB7D3F; }
a { background-color: rgb(235,125,63); }
div.DivClassName
{
background-color: #EB7D3F;
}
.BgClassName
{
background-color: #EB7D3F;
}
</style>
border-color css
<style>
span { border-color: #EB7D3F; }
span { border-color: rgb(235,125,63); }
td.TdClassName
{
border-color: #EB7D3F;
}
.TagClassName
{
border-color: #EB7D3F;
}
</style>