Shades of Wewak #E09196
Tints of Wewak #E09196
RGB
CMYK
RGB Variations
Color information
#E09196 (or 0xE09196) is known color: Wewak. HEX triplet: E0, 91 and 96. RGB value is (224,145,150). Sum of RGB (Red+Green+Blue) = 224+145+150=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E09196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09196 is #1F6E69. Grayscale: #A9A9A9. Windows color (decimal): -2059882 or 9867744. OLE color: 9867744.
HSL color Cylindrical-coordinate representation of color #E09196: hue angle of 356.2º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E09196 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 150 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.12 |
| HSL | 356.2º | 0.56% | 0.72% | - |
| HSV(B) | 356.2º | 0.35% | 0.88% | - |
| XYZ | 46.37 | 38.3 | 33.8 | - |
| YUV | 169.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 150 | 0 | 0.35 | 0.33 | 0.12 | 356.2 | 0.56 | 0.72 |
| Hex | E0 | 91 | 96 | 0 | 23 | 21 | C | 164 | 38 | 48 |
| Octal | 340 | 221 | 226 | 0 | 43 | 41 | 14 | 544 | 70 | 110 |
| Binary | 11100000 | 10010001 | 10010110 | 0 | 100011 | 100001 | 1100 | 101100100 | 111000 | 1001000 |
Color Harmonies of #E09196
Complementary color
Monochromatic Colors of #E09196
Black with #E09196
Text Example
Text Example
White with #E09196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09196; }
p { color: rgb(224,145,150); }
H1.HeaderClassName
{
color: #E09196;
}
.AnyTagClassName
{
color: #E09196;
}
</style>
background-color css
<style>
a { background-color: #E09196; }
a { background-color: rgb(224,145,150); }
div.DivClassName
{
background-color: #E09196;
}
.BgClassName
{
background-color: #E09196;
}
</style>
border-color css
<style>
span { border-color: #E09196; }
span { border-color: rgb(224,145,150); }
td.TdClassName
{
border-color: #E09196;
}
.TagClassName
{
border-color: #E09196;
}
</style>