Shades of Pizazz #ED803C
Tints of Pizazz #ED803C
RGB
CMYK
RGB Variations
Color information
#ED803C (or 0xED803C) is known color: Pizazz. HEX triplet: ED, 80 and 3C. RGB value is (237,128,60). Sum of RGB (Red+Green+Blue) = 237+128+60=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED803C is #127FC3. Grayscale: #999999. Windows color (decimal): -1212356 or 3965165. OLE color: 3965165.
HSL color Cylindrical-coordinate representation of color #ED803C: hue angle of 23.05º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED803C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 60 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.07 |
| HSL | 23.05º | 0.83% | 0.58% | - |
| HSV(B) | 23.05º | 0.75% | 0.93% | - |
| XYZ | 43.46 | 33.77 | 8.5 | - |
| YUV | 152.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 60 | 0 | 0.46 | 0.75 | 0.07 | 23.05 | 0.83 | 0.58 |
| Hex | ED | 80 | 3C | 0 | 2E | 4B | 7 | 17 | 53 | 3A |
| Octal | 355 | 200 | 74 | 0 | 56 | 113 | 7 | 27 | 123 | 72 |
| Binary | 11101101 | 10000000 | 111100 | 0 | 101110 | 1001011 | 111 | 10111 | 1010011 | 111010 |
Color Harmonies of #ED803C
Complementary color
Monochromatic Colors of #ED803C
Black with #ED803C
Text Example
Text Example
White with #ED803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED803C; }
p { color: rgb(237,128,60); }
H1.HeaderClassName
{
color: #ED803C;
}
.AnyTagClassName
{
color: #ED803C;
}
</style>
background-color css
<style>
a { background-color: #ED803C; }
a { background-color: rgb(237,128,60); }
div.DivClassName
{
background-color: #ED803C;
}
.BgClassName
{
background-color: #ED803C;
}
</style>
border-color css
<style>
span { border-color: #ED803C; }
span { border-color: rgb(237,128,60); }
td.TdClassName
{
border-color: #ED803C;
}
.TagClassName
{
border-color: #ED803C;
}
</style>