Shades of Pizazz #EE7F3E
Tints of Pizazz #EE7F3E
RGB
CMYK
RGB Variations
Color information
#EE7F3E (or 0xEE7F3E) is known color: Pizazz. HEX triplet: EE, 7F and 3E. RGB value is (238,127,62). Sum of RGB (Red+Green+Blue) = 238+127+62=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7F3E is #1180C1. Grayscale: #999999. Windows color (decimal): -1147074 or 4095982. OLE color: 4095982.
HSL color Cylindrical-coordinate representation of color #EE7F3E: hue angle of 22.16º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE7F3E is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 62 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.07 |
| HSL | 22.16º | 0.84% | 0.59% | - |
| HSV(B) | 22.16º | 0.74% | 0.93% | - |
| XYZ | 43.72 | 33.7 | 8.76 | - |
| YUV | 152.78 | 76.77 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 62 | 0 | 0.47 | 0.74 | 0.07 | 22.16 | 0.84 | 0.59 |
| Hex | EE | 7F | 3E | 0 | 2F | 4A | 7 | 16 | 54 | 3B |
| Octal | 356 | 177 | 76 | 0 | 57 | 112 | 7 | 26 | 124 | 73 |
| Binary | 11101110 | 1111111 | 111110 | 0 | 101111 | 1001010 | 111 | 10110 | 1010100 | 111011 |
Color Harmonies of #EE7F3E
Complementary color
Monochromatic Colors of #EE7F3E
Black with #EE7F3E
Text Example
Text Example
White with #EE7F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F3E; }
p { color: rgb(238,127,62); }
H1.HeaderClassName
{
color: #EE7F3E;
}
.AnyTagClassName
{
color: #EE7F3E;
}
</style>
background-color css
<style>
a { background-color: #EE7F3E; }
a { background-color: rgb(238,127,62); }
div.DivClassName
{
background-color: #EE7F3E;
}
.BgClassName
{
background-color: #EE7F3E;
}
</style>
border-color css
<style>
span { border-color: #EE7F3E; }
span { border-color: rgb(238,127,62); }
td.TdClassName
{
border-color: #EE7F3E;
}
.TagClassName
{
border-color: #EE7F3E;
}
</style>