Shades of Pizazz #EF763D
Tints of Pizazz #EF763D
RGB
CMYK
RGB Variations
Color information
#EF763D (or 0xEF763D) is known color: Pizazz. HEX triplet: EF, 76 and 3D. RGB value is (239,118,61). Sum of RGB (Red+Green+Blue) = 239+118+61=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF763D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF763D is #1089C2. Grayscale: #949494. Windows color (decimal): -1083843 or 4028143. OLE color: 4028143.
HSL color Cylindrical-coordinate representation of color #EF763D: hue angle of 19.21º 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 #EF763D is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 61 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.06 |
| HSL | 19.21º | 0.85% | 0.59% | - |
| HSV(B) | 19.21º | 0.74% | 0.94% | - |
| XYZ | 42.92 | 31.64 | 8.26 | - |
| YUV | 147.68 | 79.09 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 61 | 0 | 0.51 | 0.74 | 0.06 | 19.21 | 0.85 | 0.59 |
| Hex | EF | 76 | 3D | 0 | 33 | 4A | 6 | 13 | 55 | 3B |
| Octal | 357 | 166 | 75 | 0 | 63 | 112 | 6 | 23 | 125 | 73 |
| Binary | 11101111 | 1110110 | 111101 | 0 | 110011 | 1001010 | 110 | 10011 | 1010101 | 111011 |
Color Harmonies of #EF763D
Complementary color
Monochromatic Colors of #EF763D
Black with #EF763D
Text Example
Text Example
White with #EF763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF763D; }
p { color: rgb(239,118,61); }
H1.HeaderClassName
{
color: #EF763D;
}
.AnyTagClassName
{
color: #EF763D;
}
</style>
background-color css
<style>
a { background-color: #EF763D; }
a { background-color: rgb(239,118,61); }
div.DivClassName
{
background-color: #EF763D;
}
.BgClassName
{
background-color: #EF763D;
}
</style>
border-color css
<style>
span { border-color: #EF763D; }
span { border-color: rgb(239,118,61); }
td.TdClassName
{
border-color: #EF763D;
}
.TagClassName
{
border-color: #EF763D;
}
</style>