Shades of Pizazz #EA753B
Tints of Pizazz #EA753B
RGB
CMYK
RGB Variations
Color information
#EA753B (or 0xEA753B) is known color: Pizazz. HEX triplet: EA, 75 and 3B. RGB value is (234,117,59). Sum of RGB (Red+Green+Blue) = 234+117+59=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA753B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA753B is #158AC4. Grayscale: #919191. Windows color (decimal): -1411781 or 3896810. OLE color: 3896810.
HSL color Cylindrical-coordinate representation of color #EA753B: hue angle of 19.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA753B is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 59 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.08 |
| HSL | 19.89º | 0.81% | 0.57% | - |
| HSV(B) | 19.89º | 0.75% | 0.92% | - |
| XYZ | 41.08 | 30.53 | 7.87 | - |
| YUV | 145.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 59 | 0 | 0.5 | 0.75 | 0.08 | 19.89 | 0.81 | 0.57 |
| Hex | EA | 75 | 3B | 0 | 32 | 4B | 8 | 14 | 51 | 39 |
| Octal | 352 | 165 | 73 | 0 | 62 | 113 | 10 | 24 | 121 | 71 |
| Binary | 11101010 | 1110101 | 111011 | 0 | 110010 | 1001011 | 1000 | 10100 | 1010001 | 111001 |
Color Harmonies of #EA753B
Complementary color
Monochromatic Colors of #EA753B
Black with #EA753B
Text Example
Text Example
White with #EA753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA753B; }
p { color: rgb(234,117,59); }
H1.HeaderClassName
{
color: #EA753B;
}
.AnyTagClassName
{
color: #EA753B;
}
</style>
background-color css
<style>
a { background-color: #EA753B; }
a { background-color: rgb(234,117,59); }
div.DivClassName
{
background-color: #EA753B;
}
.BgClassName
{
background-color: #EA753B;
}
</style>
border-color css
<style>
span { border-color: #EA753B; }
span { border-color: rgb(234,117,59); }
td.TdClassName
{
border-color: #EA753B;
}
.TagClassName
{
border-color: #EA753B;
}
</style>