Shades of Pizazz #ED7834
Tints of Pizazz #ED7834
RGB
CMYK
RGB Variations
Color information
#ED7834 (or 0xED7834) is known color: Pizazz. HEX triplet: ED, 78 and 34. RGB value is (237,120,52). Sum of RGB (Red+Green+Blue) = 237+120+52=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 52 (20.70% from 255 or 12.71% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7834 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7834 is #1287CB. Grayscale: #939393. Windows color (decimal): -1214412 or 3438829. OLE color: 3438829.
HSL color Cylindrical-coordinate representation of color #ED7834: hue angle of 22.05º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED7834 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 52 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.07 |
| HSL | 22.05º | 0.84% | 0.57% | - |
| HSV(B) | 22.05º | 0.78% | 0.93% | - |
| XYZ | 42.26 | 31.69 | 7.14 | - |
| YUV | 147.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 52 | 0 | 0.49 | 0.78 | 0.07 | 22.05 | 0.84 | 0.57 |
| Hex | ED | 78 | 34 | 0 | 31 | 4E | 7 | 16 | 54 | 39 |
| Octal | 355 | 170 | 64 | 0 | 61 | 116 | 7 | 26 | 124 | 71 |
| Binary | 11101101 | 1111000 | 110100 | 0 | 110001 | 1001110 | 111 | 10110 | 1010100 | 111001 |
Color Harmonies of #ED7834
Complementary color
Monochromatic Colors of #ED7834
Black with #ED7834
Text Example
Text Example
White with #ED7834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7834; }
p { color: rgb(237,120,52); }
H1.HeaderClassName
{
color: #ED7834;
}
.AnyTagClassName
{
color: #ED7834;
}
</style>
background-color css
<style>
a { background-color: #ED7834; }
a { background-color: rgb(237,120,52); }
div.DivClassName
{
background-color: #ED7834;
}
.BgClassName
{
background-color: #ED7834;
}
</style>
border-color css
<style>
span { border-color: #ED7834; }
span { border-color: rgb(237,120,52); }
td.TdClassName
{
border-color: #ED7834;
}
.TagClassName
{
border-color: #ED7834;
}
</style>