Shades of Wewak #EE9DA5
Tints of Wewak #EE9DA5
RGB
CMYK
RGB Variations
Color information
#EE9DA5 (or 0xEE9DA5) is known color: Wewak. HEX triplet: EE, 9D and A5. RGB value is (238,157,165). Sum of RGB (Red+Green+Blue) = 238+157+165=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9DA5 is #11625A. Grayscale: #B6B6B6. Windows color (decimal): -1139291 or 10853870. OLE color: 10853870.
HSL color Cylindrical-coordinate representation of color #EE9DA5: hue angle of 354.07º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9DA5 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 165 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.07 |
| HSL | 354.07º | 0.7% | 0.77% | - |
| HSV(B) | 354.07º | 0.34% | 0.93% | - |
| XYZ | 54.11 | 45.01 | 41.43 | - |
| YUV | 182.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 165 | 0 | 0.34 | 0.31 | 0.07 | 354.07 | 0.7 | 0.77 |
| Hex | EE | 9D | A5 | 0 | 22 | 1F | 7 | 162 | 46 | 4D |
| Octal | 356 | 235 | 245 | 0 | 42 | 37 | 7 | 542 | 106 | 115 |
| Binary | 11101110 | 10011101 | 10100101 | 0 | 100010 | 11111 | 111 | 101100010 | 1000110 | 1001101 |
Color Harmonies of #EE9DA5
Complementary color
Monochromatic Colors of #EE9DA5
Black with #EE9DA5
Text Example
Text Example
White with #EE9DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DA5; }
p { color: rgb(238,157,165); }
H1.HeaderClassName
{
color: #EE9DA5;
}
.AnyTagClassName
{
color: #EE9DA5;
}
</style>
background-color css
<style>
a { background-color: #EE9DA5; }
a { background-color: rgb(238,157,165); }
div.DivClassName
{
background-color: #EE9DA5;
}
.BgClassName
{
background-color: #EE9DA5;
}
</style>
border-color css
<style>
span { border-color: #EE9DA5; }
span { border-color: rgb(238,157,165); }
td.TdClassName
{
border-color: #EE9DA5;
}
.TagClassName
{
border-color: #EE9DA5;
}
</style>