Shades of Pizazz #EF7D3A
Tints of Pizazz #EF7D3A
RGB
CMYK
RGB Variations
Color information
#EF7D3A (or 0xEF7D3A) is known color: Pizazz. HEX triplet: EF, 7D and 3A. RGB value is (239,125,58). Sum of RGB (Red+Green+Blue) = 239+125+58=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7D3A is #1082C5. Grayscale: #979797. Windows color (decimal): -1082054 or 3833327. OLE color: 3833327.
HSL color Cylindrical-coordinate representation of color #EF7D3A: hue angle of 22.21º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF7D3A is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 58 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.06 |
| HSL | 22.21º | 0.85% | 0.58% | - |
| HSV(B) | 22.21º | 0.76% | 0.94% | - |
| XYZ | 43.69 | 33.32 | 8.13 | - |
| YUV | 151.45 | 75.27 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 58 | 0 | 0.48 | 0.76 | 0.06 | 22.21 | 0.85 | 0.58 |
| Hex | EF | 7D | 3A | 0 | 30 | 4C | 6 | 16 | 55 | 3A |
| Octal | 357 | 175 | 72 | 0 | 60 | 114 | 6 | 26 | 125 | 72 |
| Binary | 11101111 | 1111101 | 111010 | 0 | 110000 | 1001100 | 110 | 10110 | 1010101 | 111010 |
Color Harmonies of #EF7D3A
Complementary color
Monochromatic Colors of #EF7D3A
Black with #EF7D3A
Text Example
Text Example
White with #EF7D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D3A; }
p { color: rgb(239,125,58); }
H1.HeaderClassName
{
color: #EF7D3A;
}
.AnyTagClassName
{
color: #EF7D3A;
}
</style>
background-color css
<style>
a { background-color: #EF7D3A; }
a { background-color: rgb(239,125,58); }
div.DivClassName
{
background-color: #EF7D3A;
}
.BgClassName
{
background-color: #EF7D3A;
}
</style>
border-color css
<style>
span { border-color: #EF7D3A; }
span { border-color: rgb(239,125,58); }
td.TdClassName
{
border-color: #EF7D3A;
}
.TagClassName
{
border-color: #EF7D3A;
}
</style>