Shades of Pizazz #ED7438
Tints of Pizazz #ED7438
RGB
CMYK
RGB Variations
Color information
#ED7438 (or 0xED7438) is known color: Pizazz. HEX triplet: ED, 74 and 38. RGB value is (237,116,56). Sum of RGB (Red+Green+Blue) = 237+116+56=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7438 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7438 is #128BC7. Grayscale: #919191. Windows color (decimal): -1215432 or 3699949. OLE color: 3699949.
HSL color Cylindrical-coordinate representation of color #ED7438: hue angle of 19.89º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED7438 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 56 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.07 |
| HSL | 19.89º | 0.83% | 0.57% | - |
| HSV(B) | 19.89º | 0.76% | 0.93% | - |
| XYZ | 41.88 | 30.78 | 7.48 | - |
| YUV | 145.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 56 | 0 | 0.51 | 0.76 | 0.07 | 19.89 | 0.83 | 0.57 |
| Hex | ED | 74 | 38 | 0 | 33 | 4C | 7 | 14 | 53 | 39 |
| Octal | 355 | 164 | 70 | 0 | 63 | 114 | 7 | 24 | 123 | 71 |
| Binary | 11101101 | 1110100 | 111000 | 0 | 110011 | 1001100 | 111 | 10100 | 1010011 | 111001 |
Color Harmonies of #ED7438
Complementary color
Monochromatic Colors of #ED7438
Black with #ED7438
Text Example
Text Example
White with #ED7438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7438; }
p { color: rgb(237,116,56); }
H1.HeaderClassName
{
color: #ED7438;
}
.AnyTagClassName
{
color: #ED7438;
}
</style>
background-color css
<style>
a { background-color: #ED7438; }
a { background-color: rgb(237,116,56); }
div.DivClassName
{
background-color: #ED7438;
}
.BgClassName
{
background-color: #ED7438;
}
</style>
border-color css
<style>
span { border-color: #ED7438; }
span { border-color: rgb(237,116,56); }
td.TdClassName
{
border-color: #ED7438;
}
.TagClassName
{
border-color: #ED7438;
}
</style>