Shades of Pizazz #ED7434
Tints of Pizazz #ED7434
RGB
CMYK
RGB Variations
Color information
#ED7434 (or 0xED7434) is known color: Pizazz. HEX triplet: ED, 74 and 34. RGB value is (237,116,52). Sum of RGB (Red+Green+Blue) = 237+116+52=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7434 is #128BCB. Grayscale: #919191. Windows color (decimal): -1215436 or 3437805. OLE color: 3437805.
HSL color Cylindrical-coordinate representation of color #ED7434: hue angle of 20.76º 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 #ED7434 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 52 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.07 |
| HSL | 20.76º | 0.84% | 0.57% | - |
| HSV(B) | 20.76º | 0.78% | 0.93% | - |
| XYZ | 41.79 | 30.74 | 6.98 | - |
| YUV | 144.88 | 75.59 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 52 | 0 | 0.51 | 0.78 | 0.07 | 20.76 | 0.84 | 0.57 |
| Hex | ED | 74 | 34 | 0 | 33 | 4E | 7 | 15 | 54 | 39 |
| Octal | 355 | 164 | 64 | 0 | 63 | 116 | 7 | 25 | 124 | 71 |
| Binary | 11101101 | 1110100 | 110100 | 0 | 110011 | 1001110 | 111 | 10101 | 1010100 | 111001 |
Color Harmonies of #ED7434
Complementary color
Monochromatic Colors of #ED7434
Black with #ED7434
Text Example
Text Example
White with #ED7434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7434; }
p { color: rgb(237,116,52); }
H1.HeaderClassName
{
color: #ED7434;
}
.AnyTagClassName
{
color: #ED7434;
}
</style>
background-color css
<style>
a { background-color: #ED7434; }
a { background-color: rgb(237,116,52); }
div.DivClassName
{
background-color: #ED7434;
}
.BgClassName
{
background-color: #ED7434;
}
</style>
border-color css
<style>
span { border-color: #ED7434; }
span { border-color: rgb(237,116,52); }
td.TdClassName
{
border-color: #ED7434;
}
.TagClassName
{
border-color: #ED7434;
}
</style>