Shades of Wewak #E49699
Tints of Wewak #E49699
RGB
CMYK
RGB Variations
Color information
#E49699 (or 0xE49699) is known color: Wewak. HEX triplet: E4, 96 and 99. RGB value is (228,150,153). Sum of RGB (Red+Green+Blue) = 228+150+153=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E49699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49699 is #1B6966. Grayscale: #ADADAD. Windows color (decimal): -1796455 or 10065636. OLE color: 10065636.
HSL color Cylindrical-coordinate representation of color #E49699: hue angle of 357.69º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49699 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 153 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.11 |
| HSL | 357.69º | 0.59% | 0.74% | - |
| HSV(B) | 357.69º | 0.34% | 0.89% | - |
| XYZ | 48.65 | 40.61 | 35.41 | - |
| YUV | 173.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 153 | 0 | 0.34 | 0.33 | 0.11 | 357.69 | 0.59 | 0.74 |
| Hex | E4 | 96 | 99 | 0 | 22 | 21 | B | 166 | 3B | 4A |
| Octal | 344 | 226 | 231 | 0 | 42 | 41 | 13 | 546 | 73 | 112 |
| Binary | 11100100 | 10010110 | 10011001 | 0 | 100010 | 100001 | 1011 | 101100110 | 111011 | 1001010 |
Color Harmonies of #E49699
Complementary color
Monochromatic Colors of #E49699
Black with #E49699
Text Example
Text Example
White with #E49699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49699; }
p { color: rgb(228,150,153); }
H1.HeaderClassName
{
color: #E49699;
}
.AnyTagClassName
{
color: #E49699;
}
</style>
background-color css
<style>
a { background-color: #E49699; }
a { background-color: rgb(228,150,153); }
div.DivClassName
{
background-color: #E49699;
}
.BgClassName
{
background-color: #E49699;
}
</style>
border-color css
<style>
span { border-color: #E49699; }
span { border-color: rgb(228,150,153); }
td.TdClassName
{
border-color: #E49699;
}
.TagClassName
{
border-color: #E49699;
}
</style>