Shades of Pizazz #E38342
Tints of Pizazz #E38342
RGB
CMYK
RGB Variations
Color information
#E38342 (or 0xE38342) is known color: Pizazz. HEX triplet: E3, 83 and 42. RGB value is (227,131,66). Sum of RGB (Red+Green+Blue) = 227+131+66=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E38342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38342 is #1C7CBD. Grayscale: #989898. Windows color (decimal): -1866942 or 4359139. OLE color: 4359139.
HSL color Cylindrical-coordinate representation of color #E38342: hue angle of 24.22º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E38342 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 66 | - |
| CMYK | 0 | 0.42 | 0.71 | 0.11 |
| HSL | 24.22º | 0.74% | 0.57% | - |
| HSV(B) | 24.22º | 0.71% | 0.89% | - |
| XYZ | 40.78 | 32.96 | 9.37 | - |
| YUV | 152.29 | 79.3 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 66 | 0 | 0.42 | 0.71 | 0.11 | 24.22 | 0.74 | 0.57 |
| Hex | E3 | 83 | 42 | 0 | 2A | 47 | B | 18 | 4A | 39 |
| Octal | 343 | 203 | 102 | 0 | 52 | 107 | 13 | 30 | 112 | 71 |
| Binary | 11100011 | 10000011 | 1000010 | 0 | 101010 | 1000111 | 1011 | 11000 | 1001010 | 111001 |
Color Harmonies of #E38342
Complementary color
Monochromatic Colors of #E38342
Black with #E38342
Text Example
Text Example
White with #E38342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38342; }
p { color: rgb(227,131,66); }
H1.HeaderClassName
{
color: #E38342;
}
.AnyTagClassName
{
color: #E38342;
}
</style>
background-color css
<style>
a { background-color: #E38342; }
a { background-color: rgb(227,131,66); }
div.DivClassName
{
background-color: #E38342;
}
.BgClassName
{
background-color: #E38342;
}
</style>
border-color css
<style>
span { border-color: #E38342; }
span { border-color: rgb(227,131,66); }
td.TdClassName
{
border-color: #E38342;
}
.TagClassName
{
border-color: #E38342;
}
</style>