Shades of Pizazz #EF773D
Tints of Pizazz #EF773D
RGB
CMYK
RGB Variations
Color information
#EF773D (or 0xEF773D) is known color: Pizazz. HEX triplet: EF, 77 and 3D. RGB value is (239,119,61). Sum of RGB (Red+Green+Blue) = 239+119+61=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF773D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF773D is #1088C2. Grayscale: #949494. Windows color (decimal): -1083587 or 4028399. OLE color: 4028399.
HSL color Cylindrical-coordinate representation of color #EF773D: hue angle of 19.55º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF773D is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 61 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.06 |
| HSL | 19.55º | 0.85% | 0.59% | - |
| HSV(B) | 19.55º | 0.74% | 0.94% | - |
| XYZ | 43.04 | 31.88 | 8.3 | - |
| YUV | 148.27 | 78.76 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 61 | 0 | 0.50 | 0.74 | 0.06 | 19.55 | 0.85 | 0.59 |
| Hex | EF | 77 | 3D | 0 | 32 | 4A | 6 | 14 | 55 | 3B |
| Octal | 357 | 167 | 75 | 0 | 62 | 112 | 6 | 24 | 125 | 73 |
| Binary | 11101111 | 1110111 | 111101 | 0 | 110010 | 1001010 | 110 | 10100 | 1010101 | 111011 |
Color Harmonies of #EF773D
Complementary color
Monochromatic Colors of #EF773D
Black with #EF773D
Text Example
Text Example
White with #EF773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF773D; }
p { color: rgb(239,119,61); }
H1.HeaderClassName
{
color: #EF773D;
}
.AnyTagClassName
{
color: #EF773D;
}
</style>
background-color css
<style>
a { background-color: #EF773D; }
a { background-color: rgb(239,119,61); }
div.DivClassName
{
background-color: #EF773D;
}
.BgClassName
{
background-color: #EF773D;
}
</style>
border-color css
<style>
span { border-color: #EF773D; }
span { border-color: rgb(239,119,61); }
td.TdClassName
{
border-color: #EF773D;
}
.TagClassName
{
border-color: #EF773D;
}
</style>