Shades of Pizazz #EF7A37
Tints of Pizazz #EF7A37
RGB
CMYK
RGB Variations
Color information
#EF7A37 (or 0xEF7A37) is known color: Pizazz. HEX triplet: EF, 7A and 37. RGB value is (239,122,55). Sum of RGB (Red+Green+Blue) = 239+122+55=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A37 is #1085C8. Grayscale: #959595. Windows color (decimal): -1082825 or 3635951. OLE color: 3635951.
HSL color Cylindrical-coordinate representation of color #EF7A37: hue angle of 21.85º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF7A37 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 55 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.06 |
| HSL | 21.85º | 0.85% | 0.58% | - |
| HSV(B) | 21.85º | 0.77% | 0.94% | - |
| XYZ | 43.25 | 32.55 | 7.62 | - |
| YUV | 149.35 | 74.76 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 55 | 0 | 0.49 | 0.77 | 0.06 | 21.85 | 0.85 | 0.58 |
| Hex | EF | 7A | 37 | 0 | 31 | 4D | 6 | 16 | 55 | 3A |
| Octal | 357 | 172 | 67 | 0 | 61 | 115 | 6 | 26 | 125 | 72 |
| Binary | 11101111 | 1111010 | 110111 | 0 | 110001 | 1001101 | 110 | 10110 | 1010101 | 111010 |
Color Harmonies of #EF7A37
Complementary color
Monochromatic Colors of #EF7A37
Black with #EF7A37
Text Example
Text Example
White with #EF7A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A37; }
p { color: rgb(239,122,55); }
H1.HeaderClassName
{
color: #EF7A37;
}
.AnyTagClassName
{
color: #EF7A37;
}
</style>
background-color css
<style>
a { background-color: #EF7A37; }
a { background-color: rgb(239,122,55); }
div.DivClassName
{
background-color: #EF7A37;
}
.BgClassName
{
background-color: #EF7A37;
}
</style>
border-color css
<style>
span { border-color: #EF7A37; }
span { border-color: rgb(239,122,55); }
td.TdClassName
{
border-color: #EF7A37;
}
.TagClassName
{
border-color: #EF7A37;
}
</style>