Shades of Pizazz #EF813D
Tints of Pizazz #EF813D
RGB
CMYK
RGB Variations
Color information
#EF813D (or 0xEF813D) is known color: Pizazz. HEX triplet: EF, 81 and 3D. RGB value is (239,129,61). Sum of RGB (Red+Green+Blue) = 239+129+61=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF813D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF813D is #107EC2. Grayscale: #9A9A9A. Windows color (decimal): -1081027 or 4030959. OLE color: 4030959.
HSL color Cylindrical-coordinate representation of color #EF813D: hue angle of 22.92º 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 #EF813D is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 129 | 61 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.06 |
| HSL | 22.92º | 0.85% | 0.59% | - |
| HSV(B) | 22.92º | 0.74% | 0.94% | - |
| XYZ | 44.29 | 34.39 | 8.72 | - |
| YUV | 154.14 | 75.44 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 129 | 61 | 0 | 0.46 | 0.74 | 0.06 | 22.92 | 0.85 | 0.59 |
| Hex | EF | 81 | 3D | 0 | 2E | 4A | 6 | 17 | 55 | 3B |
| Octal | 357 | 201 | 75 | 0 | 56 | 112 | 6 | 27 | 125 | 73 |
| Binary | 11101111 | 10000001 | 111101 | 0 | 101110 | 1001010 | 110 | 10111 | 1010101 | 111011 |
Color Harmonies of #EF813D
Complementary color
Monochromatic Colors of #EF813D
Black with #EF813D
Text Example
Text Example
White with #EF813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF813D; }
p { color: rgb(239,129,61); }
H1.HeaderClassName
{
color: #EF813D;
}
.AnyTagClassName
{
color: #EF813D;
}
</style>
background-color css
<style>
a { background-color: #EF813D; }
a { background-color: rgb(239,129,61); }
div.DivClassName
{
background-color: #EF813D;
}
.BgClassName
{
background-color: #EF813D;
}
</style>
border-color css
<style>
span { border-color: #EF813D; }
span { border-color: rgb(239,129,61); }
td.TdClassName
{
border-color: #EF813D;
}
.TagClassName
{
border-color: #EF813D;
}
</style>