Shades of Wewak #EF8F96
Tints of Wewak #EF8F96
RGB
CMYK
RGB Variations
Color information
#EF8F96 (or 0xEF8F96) is known color: Wewak. HEX triplet: EF, 8F and 96. RGB value is (239,143,150). Sum of RGB (Red+Green+Blue) = 239+143+150=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F96 is #107069. Grayscale: #ACACAC. Windows color (decimal): -1077354 or 9867247. OLE color: 9867247.
HSL color Cylindrical-coordinate representation of color #EF8F96: hue angle of 355.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8F96 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 150 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.06 |
| HSL | 355.63º | 0.75% | 0.75% | - |
| HSV(B) | 355.63º | 0.4% | 0.94% | - |
| XYZ | 50.92 | 40.2 | 33.93 | - |
| YUV | 172.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 150 | 0 | 0.40 | 0.37 | 0.06 | 355.63 | 0.75 | 0.75 |
| Hex | EF | 8F | 96 | 0 | 28 | 25 | 6 | 164 | 4B | 4B |
| Octal | 357 | 217 | 226 | 0 | 50 | 45 | 6 | 544 | 113 | 113 |
| Binary | 11101111 | 10001111 | 10010110 | 0 | 101000 | 100101 | 110 | 101100100 | 1001011 | 1001011 |
Color Harmonies of #EF8F96
Complementary color
Monochromatic Colors of #EF8F96
Black with #EF8F96
Text Example
Text Example
White with #EF8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F96; }
p { color: rgb(239,143,150); }
H1.HeaderClassName
{
color: #EF8F96;
}
.AnyTagClassName
{
color: #EF8F96;
}
</style>
background-color css
<style>
a { background-color: #EF8F96; }
a { background-color: rgb(239,143,150); }
div.DivClassName
{
background-color: #EF8F96;
}
.BgClassName
{
background-color: #EF8F96;
}
</style>
border-color css
<style>
span { border-color: #EF8F96; }
span { border-color: rgb(239,143,150); }
td.TdClassName
{
border-color: #EF8F96;
}
.TagClassName
{
border-color: #EF8F96;
}
</style>