Shades of Wewak #E59CA0
Tints of Wewak #E59CA0
RGB
CMYK
RGB Variations
Color information
#E59CA0 (or 0xE59CA0) is known color: Wewak. HEX triplet: E5, 9C and A0. RGB value is (229,156,160). Sum of RGB (Red+Green+Blue) = 229+156+160=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59CA0 is #1A635F. Grayscale: #B2B2B2. Windows color (decimal): -1729376 or 10525925. OLE color: 10525925.
HSL color Cylindrical-coordinate representation of color #E59CA0: hue angle of 356.71º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CA0 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 160 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.10 |
| HSL | 356.71º | 0.58% | 0.75% | - |
| HSV(B) | 356.71º | 0.32% | 0.9% | - |
| XYZ | 50.55 | 42.97 | 38.89 | - |
| YUV | 178.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 160 | 0 | 0.32 | 0.30 | 0.10 | 356.71 | 0.58 | 0.75 |
| Hex | E5 | 9C | A0 | 0 | 20 | 1E | A | 165 | 3A | 4B |
| Octal | 345 | 234 | 240 | 0 | 40 | 36 | 12 | 545 | 72 | 113 |
| Binary | 11100101 | 10011100 | 10100000 | 0 | 100000 | 11110 | 1010 | 101100101 | 111010 | 1001011 |
Color Harmonies of #E59CA0
Complementary color
Monochromatic Colors of #E59CA0
Black with #E59CA0
Text Example
Text Example
White with #E59CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CA0; }
p { color: rgb(229,156,160); }
H1.HeaderClassName
{
color: #E59CA0;
}
.AnyTagClassName
{
color: #E59CA0;
}
</style>
background-color css
<style>
a { background-color: #E59CA0; }
a { background-color: rgb(229,156,160); }
div.DivClassName
{
background-color: #E59CA0;
}
.BgClassName
{
background-color: #E59CA0;
}
</style>
border-color css
<style>
span { border-color: #E59CA0; }
span { border-color: rgb(229,156,160); }
td.TdClassName
{
border-color: #E59CA0;
}
.TagClassName
{
border-color: #E59CA0;
}
</style>