Shades of Wewak #EF8D96
Tints of Wewak #EF8D96
RGB
CMYK
RGB Variations
Color information
#EF8D96 (or 0xEF8D96) is known color: Wewak. HEX triplet: EF, 8D and 96. RGB value is (239,141,150). Sum of RGB (Red+Green+Blue) = 239+141+150=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D96 is #107269. Grayscale: #ABABAB. Windows color (decimal): -1077866 or 9866735. OLE color: 9866735.
HSL color Cylindrical-coordinate representation of color #EF8D96: hue angle of 354.49º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8D96 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 150 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.06 |
| HSL | 354.49º | 0.75% | 0.75% | - |
| HSV(B) | 354.49º | 0.41% | 0.94% | - |
| XYZ | 50.63 | 39.6 | 33.83 | - |
| YUV | 171.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 150 | 0 | 0.41 | 0.37 | 0.06 | 354.49 | 0.75 | 0.75 |
| Hex | EF | 8D | 96 | 0 | 29 | 25 | 6 | 162 | 4B | 4B |
| Octal | 357 | 215 | 226 | 0 | 51 | 45 | 6 | 542 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10010110 | 0 | 101001 | 100101 | 110 | 101100010 | 1001011 | 1001011 |
Color Harmonies of #EF8D96
Complementary color
Monochromatic Colors of #EF8D96
Black with #EF8D96
Text Example
Text Example
White with #EF8D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D96; }
p { color: rgb(239,141,150); }
H1.HeaderClassName
{
color: #EF8D96;
}
.AnyTagClassName
{
color: #EF8D96;
}
</style>
background-color css
<style>
a { background-color: #EF8D96; }
a { background-color: rgb(239,141,150); }
div.DivClassName
{
background-color: #EF8D96;
}
.BgClassName
{
background-color: #EF8D96;
}
</style>
border-color css
<style>
span { border-color: #EF8D96; }
span { border-color: rgb(239,141,150); }
td.TdClassName
{
border-color: #EF8D96;
}
.TagClassName
{
border-color: #EF8D96;
}
</style>