Shades of Pizazz #E87B3A
Tints of Pizazz #E87B3A
RGB
CMYK
RGB Variations
Color information
#E87B3A (or 0xE87B3A) is known color: Pizazz. HEX triplet: E8, 7B and 3A. RGB value is (232,123,58). Sum of RGB (Red+Green+Blue) = 232+123+58=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E87B3A is #1784C5. Grayscale: #949494. Windows color (decimal): -1541318 or 3832808. OLE color: 3832808.
HSL color Cylindrical-coordinate representation of color #E87B3A: hue angle of 22.41º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E87B3A is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 58 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.09 |
| HSL | 22.41º | 0.79% | 0.57% | - |
| HSV(B) | 22.41º | 0.75% | 0.91% | - |
| XYZ | 41.13 | 31.63 | 7.94 | - |
| YUV | 148.18 | 77.11 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 58 | 0 | 0.47 | 0.75 | 0.09 | 22.41 | 0.79 | 0.57 |
| Hex | E8 | 7B | 3A | 0 | 2F | 4B | 9 | 16 | 4F | 39 |
| Octal | 350 | 173 | 72 | 0 | 57 | 113 | 11 | 26 | 117 | 71 |
| Binary | 11101000 | 1111011 | 111010 | 0 | 101111 | 1001011 | 1001 | 10110 | 1001111 | 111001 |
Color Harmonies of #E87B3A
Complementary color
Monochromatic Colors of #E87B3A
Black with #E87B3A
Text Example
Text Example
White with #E87B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87B3A; }
p { color: rgb(232,123,58); }
H1.HeaderClassName
{
color: #E87B3A;
}
.AnyTagClassName
{
color: #E87B3A;
}
</style>
background-color css
<style>
a { background-color: #E87B3A; }
a { background-color: rgb(232,123,58); }
div.DivClassName
{
background-color: #E87B3A;
}
.BgClassName
{
background-color: #E87B3A;
}
</style>
border-color css
<style>
span { border-color: #E87B3A; }
span { border-color: rgb(232,123,58); }
td.TdClassName
{
border-color: #E87B3A;
}
.TagClassName
{
border-color: #E87B3A;
}
</style>