Shades of Pizazz #ED7B39
Tints of Pizazz #ED7B39
RGB
CMYK
RGB Variations
Color information
#ED7B39 (or 0xED7B39) is known color: Pizazz. HEX triplet: ED, 7B and 39. RGB value is (237,123,57). Sum of RGB (Red+Green+Blue) = 237+123+57=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7B39 is #1284C6. Grayscale: #959595. Windows color (decimal): -1213639 or 3767277. OLE color: 3767277.
HSL color Cylindrical-coordinate representation of color #ED7B39: hue angle of 22º 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 #ED7B39 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 57 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.07 |
| HSL | 22º | 0.83% | 0.58% | - |
| HSV(B) | 22º | 0.76% | 0.93% | - |
| XYZ | 42.75 | 32.47 | 7.88 | - |
| YUV | 149.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 57 | 0 | 0.48 | 0.76 | 0.07 | 22 | 0.83 | 0.58 |
| Hex | ED | 7B | 39 | 0 | 30 | 4C | 7 | 16 | 53 | 3A |
| Octal | 355 | 173 | 71 | 0 | 60 | 114 | 7 | 26 | 123 | 72 |
| Binary | 11101101 | 1111011 | 111001 | 0 | 110000 | 1001100 | 111 | 10110 | 1010011 | 111010 |
Color Harmonies of #ED7B39
Complementary color
Monochromatic Colors of #ED7B39
Black with #ED7B39
Text Example
Text Example
White with #ED7B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B39; }
p { color: rgb(237,123,57); }
H1.HeaderClassName
{
color: #ED7B39;
}
.AnyTagClassName
{
color: #ED7B39;
}
</style>
background-color css
<style>
a { background-color: #ED7B39; }
a { background-color: rgb(237,123,57); }
div.DivClassName
{
background-color: #ED7B39;
}
.BgClassName
{
background-color: #ED7B39;
}
</style>
border-color css
<style>
span { border-color: #ED7B39; }
span { border-color: rgb(237,123,57); }
td.TdClassName
{
border-color: #ED7B39;
}
.TagClassName
{
border-color: #ED7B39;
}
</style>