Shades of Pizazz #EF7A34
Tints of Pizazz #EF7A34
RGB
CMYK
RGB Variations
Color information
#EF7A34 (or 0xEF7A34) is known color: Pizazz. HEX triplet: EF, 7A and 34. RGB value is (239,122,52). Sum of RGB (Red+Green+Blue) = 239+122+52=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A34 is #1085CB. Grayscale: #959595. Windows color (decimal): -1082828 or 3439343. OLE color: 3439343.
HSL color Cylindrical-coordinate representation of color #EF7A34: hue angle of 22.46º 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 #EF7A34 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 52 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.06 |
| HSL | 22.46º | 0.85% | 0.57% | - |
| HSV(B) | 22.46º | 0.78% | 0.94% | - |
| XYZ | 43.18 | 32.52 | 7.25 | - |
| YUV | 149 | 73.26 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 52 | 0 | 0.49 | 0.78 | 0.06 | 22.46 | 0.85 | 0.57 |
| Hex | EF | 7A | 34 | 0 | 31 | 4E | 6 | 16 | 55 | 39 |
| Octal | 357 | 172 | 64 | 0 | 61 | 116 | 6 | 26 | 125 | 71 |
| Binary | 11101111 | 1111010 | 110100 | 0 | 110001 | 1001110 | 110 | 10110 | 1010101 | 111001 |
Color Harmonies of #EF7A34
Complementary color
Monochromatic Colors of #EF7A34
Black with #EF7A34
Text Example
Text Example
White with #EF7A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A34; }
p { color: rgb(239,122,52); }
H1.HeaderClassName
{
color: #EF7A34;
}
.AnyTagClassName
{
color: #EF7A34;
}
</style>
background-color css
<style>
a { background-color: #EF7A34; }
a { background-color: rgb(239,122,52); }
div.DivClassName
{
background-color: #EF7A34;
}
.BgClassName
{
background-color: #EF7A34;
}
</style>
border-color css
<style>
span { border-color: #EF7A34; }
span { border-color: rgb(239,122,52); }
td.TdClassName
{
border-color: #EF7A34;
}
.TagClassName
{
border-color: #EF7A34;
}
</style>