Shades of Pizazz #ED7339
Tints of Pizazz #ED7339
RGB
CMYK
RGB Variations
Color information
#ED7339 (or 0xED7339) is known color: Pizazz. HEX triplet: ED, 73 and 39. RGB value is (237,115,57). Sum of RGB (Red+Green+Blue) = 237+115+57=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7339 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7339 is #128CC6. Grayscale: #919191. Windows color (decimal): -1215687 or 3765229. OLE color: 3765229.
HSL color Cylindrical-coordinate representation of color #ED7339: hue angle of 19.33º 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 #ED7339 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 57 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.07 |
| HSL | 19.33º | 0.83% | 0.58% | - |
| HSV(B) | 19.33º | 0.76% | 0.93% | - |
| XYZ | 41.79 | 30.56 | 7.57 | - |
| YUV | 144.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 57 | 0 | 0.51 | 0.76 | 0.07 | 19.33 | 0.83 | 0.58 |
| Hex | ED | 73 | 39 | 0 | 33 | 4C | 7 | 13 | 53 | 3A |
| Octal | 355 | 163 | 71 | 0 | 63 | 114 | 7 | 23 | 123 | 72 |
| Binary | 11101101 | 1110011 | 111001 | 0 | 110011 | 1001100 | 111 | 10011 | 1010011 | 111010 |
Color Harmonies of #ED7339
Complementary color
Monochromatic Colors of #ED7339
Black with #ED7339
Text Example
Text Example
White with #ED7339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7339; }
p { color: rgb(237,115,57); }
H1.HeaderClassName
{
color: #ED7339;
}
.AnyTagClassName
{
color: #ED7339;
}
</style>
background-color css
<style>
a { background-color: #ED7339; }
a { background-color: rgb(237,115,57); }
div.DivClassName
{
background-color: #ED7339;
}
.BgClassName
{
background-color: #ED7339;
}
</style>
border-color css
<style>
span { border-color: #ED7339; }
span { border-color: rgb(237,115,57); }
td.TdClassName
{
border-color: #ED7339;
}
.TagClassName
{
border-color: #ED7339;
}
</style>