Shades of Wewak #E49C9F
Tints of Wewak #E49C9F
RGB
CMYK
RGB Variations
Color information
#E49C9F (or 0xE49C9F) is known color: Wewak. HEX triplet: E4, 9C and 9F. RGB value is (228,156,159). Sum of RGB (Red+Green+Blue) = 228+156+159=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49C9F is #1B6360. Grayscale: #B1B1B1. Windows color (decimal): -1794913 or 10460388. OLE color: 10460388.
HSL color Cylindrical-coordinate representation of color #E49C9F: hue angle of 357.5º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E49C9F is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 159 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.11 |
| HSL | 357.5º | 0.57% | 0.75% | - |
| HSV(B) | 357.5º | 0.32% | 0.89% | - |
| XYZ | 50.14 | 42.77 | 38.41 | - |
| YUV | 177.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 159 | 0 | 0.32 | 0.30 | 0.11 | 357.5 | 0.57 | 0.75 |
| Hex | E4 | 9C | 9F | 0 | 20 | 1E | B | 166 | 39 | 4B |
| Octal | 344 | 234 | 237 | 0 | 40 | 36 | 13 | 546 | 71 | 113 |
| Binary | 11100100 | 10011100 | 10011111 | 0 | 100000 | 11110 | 1011 | 101100110 | 111001 | 1001011 |
Color Harmonies of #E49C9F
Complementary color
Monochromatic Colors of #E49C9F
Black with #E49C9F
Text Example
Text Example
White with #E49C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49C9F; }
p { color: rgb(228,156,159); }
H1.HeaderClassName
{
color: #E49C9F;
}
.AnyTagClassName
{
color: #E49C9F;
}
</style>
background-color css
<style>
a { background-color: #E49C9F; }
a { background-color: rgb(228,156,159); }
div.DivClassName
{
background-color: #E49C9F;
}
.BgClassName
{
background-color: #E49C9F;
}
</style>
border-color css
<style>
span { border-color: #E49C9F; }
span { border-color: rgb(228,156,159); }
td.TdClassName
{
border-color: #E49C9F;
}
.TagClassName
{
border-color: #E49C9F;
}
</style>