Shades of Wewak #EF979E
Tints of Wewak #EF979E
RGB
CMYK
RGB Variations
Color information
#EF979E (or 0xEF979E) is known color: Wewak. HEX triplet: EF, 97 and 9E. RGB value is (239,151,158). Sum of RGB (Red+Green+Blue) = 239+151+158=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF979E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF979E is #106861. Grayscale: #B2B2B2. Windows color (decimal): -1075298 or 10393583. OLE color: 10393583.
HSL color Cylindrical-coordinate representation of color #EF979E: hue angle of 355.23º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF979E is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 158 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.06 |
| HSL | 355.23º | 0.73% | 0.76% | - |
| HSV(B) | 355.23º | 0.37% | 0.94% | - |
| XYZ | 52.83 | 42.95 | 37.85 | - |
| YUV | 178.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 158 | 0 | 0.37 | 0.34 | 0.06 | 355.23 | 0.73 | 0.76 |
| Hex | EF | 97 | 9E | 0 | 25 | 22 | 6 | 163 | 49 | 4C |
| Octal | 357 | 227 | 236 | 0 | 45 | 42 | 6 | 543 | 111 | 114 |
| Binary | 11101111 | 10010111 | 10011110 | 0 | 100101 | 100010 | 110 | 101100011 | 1001001 | 1001100 |
Color Harmonies of #EF979E
Complementary color
Monochromatic Colors of #EF979E
Black with #EF979E
Text Example
Text Example
White with #EF979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF979E; }
p { color: rgb(239,151,158); }
H1.HeaderClassName
{
color: #EF979E;
}
.AnyTagClassName
{
color: #EF979E;
}
</style>
background-color css
<style>
a { background-color: #EF979E; }
a { background-color: rgb(239,151,158); }
div.DivClassName
{
background-color: #EF979E;
}
.BgClassName
{
background-color: #EF979E;
}
</style>
border-color css
<style>
span { border-color: #EF979E; }
span { border-color: rgb(239,151,158); }
td.TdClassName
{
border-color: #EF979E;
}
.TagClassName
{
border-color: #EF979E;
}
</style>