Shades of Pizazz #EF7E3F
Tints of Pizazz #EF7E3F
RGB
CMYK
RGB Variations
Color information
#EF7E3F (or 0xEF7E3F) is known color: Pizazz. HEX triplet: EF, 7E and 3F. RGB value is (239,126,63). Sum of RGB (Red+Green+Blue) = 239+126+63=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7E3F is #1081C0. Grayscale: #989898. Windows color (decimal): -1081793 or 4161263. OLE color: 4161263.
HSL color Cylindrical-coordinate representation of color #EF7E3F: hue angle of 21.48º 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 #EF7E3F is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 63 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.06 |
| HSL | 21.48º | 0.85% | 0.59% | - |
| HSV(B) | 21.48º | 0.74% | 0.94% | - |
| XYZ | 43.95 | 33.63 | 8.88 | - |
| YUV | 152.61 | 77.44 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 63 | 0 | 0.47 | 0.74 | 0.06 | 21.48 | 0.85 | 0.59 |
| Hex | EF | 7E | 3F | 0 | 2F | 4A | 6 | 15 | 55 | 3B |
| Octal | 357 | 176 | 77 | 0 | 57 | 112 | 6 | 25 | 125 | 73 |
| Binary | 11101111 | 1111110 | 111111 | 0 | 101111 | 1001010 | 110 | 10101 | 1010101 | 111011 |
Color Harmonies of #EF7E3F
Complementary color
Monochromatic Colors of #EF7E3F
Black with #EF7E3F
Text Example
Text Example
White with #EF7E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E3F; }
p { color: rgb(239,126,63); }
H1.HeaderClassName
{
color: #EF7E3F;
}
.AnyTagClassName
{
color: #EF7E3F;
}
</style>
background-color css
<style>
a { background-color: #EF7E3F; }
a { background-color: rgb(239,126,63); }
div.DivClassName
{
background-color: #EF7E3F;
}
.BgClassName
{
background-color: #EF7E3F;
}
</style>
border-color css
<style>
span { border-color: #EF7E3F; }
span { border-color: rgb(239,126,63); }
td.TdClassName
{
border-color: #EF7E3F;
}
.TagClassName
{
border-color: #EF7E3F;
}
</style>