Shades of Pizazz #EF7534
Tints of Pizazz #EF7534
RGB
CMYK
RGB Variations
Color information
#EF7534 (or 0xEF7534) is known color: Pizazz. HEX triplet: EF, 75 and 34. RGB value is (239,117,52). Sum of RGB (Red+Green+Blue) = 239+117+52=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7534 is #108ACB. Grayscale: #929292. Windows color (decimal): -1084108 or 3438063. OLE color: 3438063.
HSL color Cylindrical-coordinate representation of color #EF7534: hue angle of 20.86º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF7534 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 52 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.06 |
| HSL | 20.86º | 0.85% | 0.57% | - |
| HSV(B) | 20.86º | 0.78% | 0.94% | - |
| XYZ | 42.58 | 31.32 | 7.05 | - |
| YUV | 146.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 52 | 0 | 0.51 | 0.78 | 0.06 | 20.86 | 0.85 | 0.57 |
| Hex | EF | 75 | 34 | 0 | 33 | 4E | 6 | 15 | 55 | 39 |
| Octal | 357 | 165 | 64 | 0 | 63 | 116 | 6 | 25 | 125 | 71 |
| Binary | 11101111 | 1110101 | 110100 | 0 | 110011 | 1001110 | 110 | 10101 | 1010101 | 111001 |
Color Harmonies of #EF7534
Complementary color
Monochromatic Colors of #EF7534
Black with #EF7534
Text Example
Text Example
White with #EF7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7534; }
p { color: rgb(239,117,52); }
H1.HeaderClassName
{
color: #EF7534;
}
.AnyTagClassName
{
color: #EF7534;
}
</style>
background-color css
<style>
a { background-color: #EF7534; }
a { background-color: rgb(239,117,52); }
div.DivClassName
{
background-color: #EF7534;
}
.BgClassName
{
background-color: #EF7534;
}
</style>
border-color css
<style>
span { border-color: #EF7534; }
span { border-color: rgb(239,117,52); }
td.TdClassName
{
border-color: #EF7534;
}
.TagClassName
{
border-color: #EF7534;
}
</style>