Shades of Pizazz #EF7934
Tints of Pizazz #EF7934
RGB
CMYK
RGB Variations
Color information
#EF7934 (or 0xEF7934) is known color: Pizazz. HEX triplet: EF, 79 and 34. RGB value is (239,121,52). Sum of RGB (Red+Green+Blue) = 239+121+52=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7934 is #1086CB. Grayscale: #949494. Windows color (decimal): -1083084 or 3439087. OLE color: 3439087.
HSL color Cylindrical-coordinate representation of color #EF7934: hue angle of 22.14º 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 #EF7934 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 52 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.06 |
| HSL | 22.14º | 0.85% | 0.57% | - |
| HSV(B) | 22.14º | 0.78% | 0.94% | - |
| XYZ | 43.05 | 32.27 | 7.21 | - |
| YUV | 148.42 | 73.59 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 52 | 0 | 0.49 | 0.78 | 0.06 | 22.14 | 0.85 | 0.57 |
| Hex | EF | 79 | 34 | 0 | 31 | 4E | 6 | 16 | 55 | 39 |
| Octal | 357 | 171 | 64 | 0 | 61 | 116 | 6 | 26 | 125 | 71 |
| Binary | 11101111 | 1111001 | 110100 | 0 | 110001 | 1001110 | 110 | 10110 | 1010101 | 111001 |
Color Harmonies of #EF7934
Complementary color
Monochromatic Colors of #EF7934
Black with #EF7934
Text Example
Text Example
White with #EF7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7934; }
p { color: rgb(239,121,52); }
H1.HeaderClassName
{
color: #EF7934;
}
.AnyTagClassName
{
color: #EF7934;
}
</style>
background-color css
<style>
a { background-color: #EF7934; }
a { background-color: rgb(239,121,52); }
div.DivClassName
{
background-color: #EF7934;
}
.BgClassName
{
background-color: #EF7934;
}
</style>
border-color css
<style>
span { border-color: #EF7934; }
span { border-color: rgb(239,121,52); }
td.TdClassName
{
border-color: #EF7934;
}
.TagClassName
{
border-color: #EF7934;
}
</style>