Shades of Wewak #EF9EA0
Tints of Wewak #EF9EA0
RGB
CMYK
RGB Variations
Color information
#EF9EA0 (or 0xEF9EA0) is known color: Wewak. HEX triplet: EF, 9E and A0. RGB value is (239,158,160). Sum of RGB (Red+Green+Blue) = 239+158+160=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9EA0 is #10615F. Grayscale: #B6B6B6. Windows color (decimal): -1073504 or 10526447. OLE color: 10526447.
HSL color Cylindrical-coordinate representation of color #EF9EA0: hue angle of 358.52º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EA0 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 160 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.06 |
| HSL | 358.52º | 0.72% | 0.78% | - |
| HSV(B) | 358.52º | 0.34% | 0.94% | - |
| XYZ | 54.17 | 45.34 | 39.15 | - |
| YUV | 182.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 160 | 0 | 0.34 | 0.33 | 0.06 | 358.52 | 0.72 | 0.78 |
| Hex | EF | 9E | A0 | 0 | 22 | 21 | 6 | 167 | 48 | 4E |
| Octal | 357 | 236 | 240 | 0 | 42 | 41 | 6 | 547 | 110 | 116 |
| Binary | 11101111 | 10011110 | 10100000 | 0 | 100010 | 100001 | 110 | 101100111 | 1001000 | 1001110 |
Color Harmonies of #EF9EA0
Complementary color
Monochromatic Colors of #EF9EA0
Black with #EF9EA0
Text Example
Text Example
White with #EF9EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EA0; }
p { color: rgb(239,158,160); }
H1.HeaderClassName
{
color: #EF9EA0;
}
.AnyTagClassName
{
color: #EF9EA0;
}
</style>
background-color css
<style>
a { background-color: #EF9EA0; }
a { background-color: rgb(239,158,160); }
div.DivClassName
{
background-color: #EF9EA0;
}
.BgClassName
{
background-color: #EF9EA0;
}
</style>
border-color css
<style>
span { border-color: #EF9EA0; }
span { border-color: rgb(239,158,160); }
td.TdClassName
{
border-color: #EF9EA0;
}
.TagClassName
{
border-color: #EF9EA0;
}
</style>