Shades of Pizazz #ED7239
Tints of Pizazz #ED7239
RGB
CMYK
RGB Variations
Color information
#ED7239 (or 0xED7239) is known color: Pizazz. HEX triplet: ED, 72 and 39. RGB value is (237,114,57). Sum of RGB (Red+Green+Blue) = 237+114+57=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7239 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7239 is #128DC6. Grayscale: #909090. Windows color (decimal): -1215943 or 3764973. OLE color: 3764973.
HSL color Cylindrical-coordinate representation of color #ED7239: hue angle of 19º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED7239 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 114 | 57 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.07 |
| HSL | 19º | 0.83% | 0.58% | - |
| HSV(B) | 19º | 0.76% | 0.93% | - |
| XYZ | 41.68 | 30.33 | 7.53 | - |
| YUV | 144.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 114 | 57 | 0 | 0.52 | 0.76 | 0.07 | 19 | 0.83 | 0.58 |
| Hex | ED | 72 | 39 | 0 | 34 | 4C | 7 | 13 | 53 | 3A |
| Octal | 355 | 162 | 71 | 0 | 64 | 114 | 7 | 23 | 123 | 72 |
| Binary | 11101101 | 1110010 | 111001 | 0 | 110100 | 1001100 | 111 | 10011 | 1010011 | 111010 |
Color Harmonies of #ED7239
Complementary color
Monochromatic Colors of #ED7239
Black with #ED7239
Text Example
Text Example
White with #ED7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7239; }
p { color: rgb(237,114,57); }
H1.HeaderClassName
{
color: #ED7239;
}
.AnyTagClassName
{
color: #ED7239;
}
</style>
background-color css
<style>
a { background-color: #ED7239; }
a { background-color: rgb(237,114,57); }
div.DivClassName
{
background-color: #ED7239;
}
.BgClassName
{
background-color: #ED7239;
}
</style>
border-color css
<style>
span { border-color: #ED7239; }
span { border-color: rgb(237,114,57); }
td.TdClassName
{
border-color: #ED7239;
}
.TagClassName
{
border-color: #ED7239;
}
</style>