Shades of Wewak #EF959E
Tints of Wewak #EF959E
RGB
CMYK
RGB Variations
Color information
#EF959E (or 0xEF959E) is known color: Wewak. HEX triplet: EF, 95 and 9E. RGB value is (239,149,158). Sum of RGB (Red+Green+Blue) = 239+149+158=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF959E is #106A61. Grayscale: #B0B0B0. Windows color (decimal): -1075810 or 10393071. OLE color: 10393071.
HSL color Cylindrical-coordinate representation of color #EF959E: hue angle of 354º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF959E is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 158 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.06 |
| HSL | 354º | 0.74% | 0.76% | - |
| HSV(B) | 354º | 0.38% | 0.94% | - |
| XYZ | 52.52 | 42.31 | 37.75 | - |
| YUV | 176.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 158 | 0 | 0.38 | 0.34 | 0.06 | 354 | 0.74 | 0.76 |
| Hex | EF | 95 | 9E | 0 | 26 | 22 | 6 | 162 | 4A | 4C |
| Octal | 357 | 225 | 236 | 0 | 46 | 42 | 6 | 542 | 112 | 114 |
| Binary | 11101111 | 10010101 | 10011110 | 0 | 100110 | 100010 | 110 | 101100010 | 1001010 | 1001100 |
Color Harmonies of #EF959E
Complementary color
Monochromatic Colors of #EF959E
Black with #EF959E
Text Example
Text Example
White with #EF959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF959E; }
p { color: rgb(239,149,158); }
H1.HeaderClassName
{
color: #EF959E;
}
.AnyTagClassName
{
color: #EF959E;
}
</style>
background-color css
<style>
a { background-color: #EF959E; }
a { background-color: rgb(239,149,158); }
div.DivClassName
{
background-color: #EF959E;
}
.BgClassName
{
background-color: #EF959E;
}
</style>
border-color css
<style>
span { border-color: #EF959E; }
span { border-color: rgb(239,149,158); }
td.TdClassName
{
border-color: #EF959E;
}
.TagClassName
{
border-color: #EF959E;
}
</style>