Shades of Pizazz #EF7D3C
Tints of Pizazz #EF7D3C
RGB
CMYK
RGB Variations
Color information
#EF7D3C (or 0xEF7D3C) is known color: Pizazz. HEX triplet: EF, 7D and 3C. RGB value is (239,125,60). Sum of RGB (Red+Green+Blue) = 239+125+60=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7D3C is #1082C3. Grayscale: #989898. Windows color (decimal): -1082052 or 3964399. OLE color: 3964399.
HSL color Cylindrical-coordinate representation of color #EF7D3C: hue angle of 21.79º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF7D3C is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 60 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.06 |
| HSL | 21.79º | 0.85% | 0.59% | - |
| HSV(B) | 21.79º | 0.75% | 0.94% | - |
| XYZ | 43.75 | 33.34 | 8.41 | - |
| YUV | 151.68 | 76.27 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 60 | 0 | 0.48 | 0.75 | 0.06 | 21.79 | 0.85 | 0.59 |
| Hex | EF | 7D | 3C | 0 | 30 | 4B | 6 | 16 | 55 | 3B |
| Octal | 357 | 175 | 74 | 0 | 60 | 113 | 6 | 26 | 125 | 73 |
| Binary | 11101111 | 1111101 | 111100 | 0 | 110000 | 1001011 | 110 | 10110 | 1010101 | 111011 |
Color Harmonies of #EF7D3C
Complementary color
Monochromatic Colors of #EF7D3C
Black with #EF7D3C
Text Example
Text Example
White with #EF7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D3C; }
p { color: rgb(239,125,60); }
H1.HeaderClassName
{
color: #EF7D3C;
}
.AnyTagClassName
{
color: #EF7D3C;
}
</style>
background-color css
<style>
a { background-color: #EF7D3C; }
a { background-color: rgb(239,125,60); }
div.DivClassName
{
background-color: #EF7D3C;
}
.BgClassName
{
background-color: #EF7D3C;
}
</style>
border-color css
<style>
span { border-color: #EF7D3C; }
span { border-color: rgb(239,125,60); }
td.TdClassName
{
border-color: #EF7D3C;
}
.TagClassName
{
border-color: #EF7D3C;
}
</style>