Shades of Wewak #E09DA0
Tints of Wewak #E09DA0
RGB
CMYK
RGB Variations
Color information
#E09DA0 (or 0xE09DA0) is known color: Wewak. HEX triplet: E0, 9D and A0. RGB value is (224,157,160). Sum of RGB (Red+Green+Blue) = 224+157+160=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09DA0 is #1F625F. Grayscale: #B1B1B1. Windows color (decimal): -2056800 or 10526176. OLE color: 10526176.
HSL color Cylindrical-coordinate representation of color #E09DA0: hue angle of 357.31º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DA0 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 160 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.12 |
| HSL | 357.31º | 0.52% | 0.75% | - |
| HSV(B) | 357.31º | 0.3% | 0.88% | - |
| XYZ | 49.14 | 42.5 | 38.87 | - |
| YUV | 177.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 160 | 0 | 0.30 | 0.29 | 0.12 | 357.31 | 0.52 | 0.75 |
| Hex | E0 | 9D | A0 | 0 | 1E | 1D | C | 165 | 34 | 4B |
| Octal | 340 | 235 | 240 | 0 | 36 | 35 | 14 | 545 | 64 | 113 |
| Binary | 11100000 | 10011101 | 10100000 | 0 | 11110 | 11101 | 1100 | 101100101 | 110100 | 1001011 |
Color Harmonies of #E09DA0
Complementary color
Monochromatic Colors of #E09DA0
Black with #E09DA0
Text Example
Text Example
White with #E09DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09DA0; }
p { color: rgb(224,157,160); }
H1.HeaderClassName
{
color: #E09DA0;
}
.AnyTagClassName
{
color: #E09DA0;
}
</style>
background-color css
<style>
a { background-color: #E09DA0; }
a { background-color: rgb(224,157,160); }
div.DivClassName
{
background-color: #E09DA0;
}
.BgClassName
{
background-color: #E09DA0;
}
</style>
border-color css
<style>
span { border-color: #E09DA0; }
span { border-color: rgb(224,157,160); }
td.TdClassName
{
border-color: #E09DA0;
}
.TagClassName
{
border-color: #E09DA0;
}
</style>