Shades of Pizazz #EF7D3D
Tints of Pizazz #EF7D3D
RGB
CMYK
RGB Variations
Color information
#EF7D3D (or 0xEF7D3D) is known color: Pizazz. HEX triplet: EF, 7D and 3D. RGB value is (239,125,61). Sum of RGB (Red+Green+Blue) = 239+125+61=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7D3D is #1082C2. Grayscale: #989898. Windows color (decimal): -1082051 or 4029935. OLE color: 4029935.
HSL color Cylindrical-coordinate representation of color #EF7D3D: hue angle of 21.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF7D3D is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 61 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.06 |
| HSL | 21.57º | 0.85% | 0.59% | - |
| HSV(B) | 21.57º | 0.74% | 0.94% | - |
| XYZ | 43.77 | 33.35 | 8.55 | - |
| YUV | 151.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 61 | 0 | 0.48 | 0.74 | 0.06 | 21.57 | 0.85 | 0.59 |
| Hex | EF | 7D | 3D | 0 | 30 | 4A | 6 | 16 | 55 | 3B |
| Octal | 357 | 175 | 75 | 0 | 60 | 112 | 6 | 26 | 125 | 73 |
| Binary | 11101111 | 1111101 | 111101 | 0 | 110000 | 1001010 | 110 | 10110 | 1010101 | 111011 |
Color Harmonies of #EF7D3D
Complementary color
Monochromatic Colors of #EF7D3D
Black with #EF7D3D
Text Example
Text Example
White with #EF7D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D3D; }
p { color: rgb(239,125,61); }
H1.HeaderClassName
{
color: #EF7D3D;
}
.AnyTagClassName
{
color: #EF7D3D;
}
</style>
background-color css
<style>
a { background-color: #EF7D3D; }
a { background-color: rgb(239,125,61); }
div.DivClassName
{
background-color: #EF7D3D;
}
.BgClassName
{
background-color: #EF7D3D;
}
</style>
border-color css
<style>
span { border-color: #EF7D3D; }
span { border-color: rgb(239,125,61); }
td.TdClassName
{
border-color: #EF7D3D;
}
.TagClassName
{
border-color: #EF7D3D;
}
</style>