Shades of Wewak #EF8896
Tints of Wewak #EF8896
RGB
CMYK
RGB Variations
Color information
#EF8896 (or 0xEF8896) is known color: Wewak. HEX triplet: EF, 88 and 96. RGB value is (239,136,150). Sum of RGB (Red+Green+Blue) = 239+136+150=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8896 is #107769. Grayscale: #A8A8A8. Windows color (decimal): -1079146 or 9865455. OLE color: 9865455.
HSL color Cylindrical-coordinate representation of color #EF8896: hue angle of 351.84º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF8896 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 150 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.06 |
| HSL | 351.84º | 0.76% | 0.74% | - |
| HSV(B) | 351.84º | 0.43% | 0.94% | - |
| XYZ | 49.91 | 38.16 | 33.59 | - |
| YUV | 168.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 150 | 0 | 0.43 | 0.37 | 0.06 | 351.84 | 0.76 | 0.74 |
| Hex | EF | 88 | 96 | 0 | 2B | 25 | 6 | 160 | 4C | 4A |
| Octal | 357 | 210 | 226 | 0 | 53 | 45 | 6 | 540 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10010110 | 0 | 101011 | 100101 | 110 | 101100000 | 1001100 | 1001010 |
Color Harmonies of #EF8896
Complementary color
Monochromatic Colors of #EF8896
Black with #EF8896
Text Example
Text Example
White with #EF8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8896; }
p { color: rgb(239,136,150); }
H1.HeaderClassName
{
color: #EF8896;
}
.AnyTagClassName
{
color: #EF8896;
}
</style>
background-color css
<style>
a { background-color: #EF8896; }
a { background-color: rgb(239,136,150); }
div.DivClassName
{
background-color: #EF8896;
}
.BgClassName
{
background-color: #EF8896;
}
</style>
border-color css
<style>
span { border-color: #EF8896; }
span { border-color: rgb(239,136,150); }
td.TdClassName
{
border-color: #EF8896;
}
.TagClassName
{
border-color: #EF8896;
}
</style>