Shades of Wewak #EF999E
Tints of Wewak #EF999E
RGB
CMYK
RGB Variations
Color information
#EF999E (or 0xEF999E) is known color: Wewak. HEX triplet: EF, 99 and 9E. RGB value is (239,153,158). Sum of RGB (Red+Green+Blue) = 239+153+158=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF999E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF999E is #106661. Grayscale: #B3B3B3. Windows color (decimal): -1074786 or 10394095. OLE color: 10394095.
HSL color Cylindrical-coordinate representation of color #EF999E: hue angle of 356.51º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF999E is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 158 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.06 |
| HSL | 356.51º | 0.73% | 0.77% | - |
| HSV(B) | 356.51º | 0.36% | 0.94% | - |
| XYZ | 53.16 | 43.6 | 37.96 | - |
| YUV | 179.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 158 | 0 | 0.36 | 0.34 | 0.06 | 356.51 | 0.73 | 0.77 |
| Hex | EF | 99 | 9E | 0 | 24 | 22 | 6 | 165 | 49 | 4D |
| Octal | 357 | 231 | 236 | 0 | 44 | 42 | 6 | 545 | 111 | 115 |
| Binary | 11101111 | 10011001 | 10011110 | 0 | 100100 | 100010 | 110 | 101100101 | 1001001 | 1001101 |
Color Harmonies of #EF999E
Complementary color
Monochromatic Colors of #EF999E
Black with #EF999E
Text Example
Text Example
White with #EF999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF999E; }
p { color: rgb(239,153,158); }
H1.HeaderClassName
{
color: #EF999E;
}
.AnyTagClassName
{
color: #EF999E;
}
</style>
background-color css
<style>
a { background-color: #EF999E; }
a { background-color: rgb(239,153,158); }
div.DivClassName
{
background-color: #EF999E;
}
.BgClassName
{
background-color: #EF999E;
}
</style>
border-color css
<style>
span { border-color: #EF999E; }
span { border-color: rgb(239,153,158); }
td.TdClassName
{
border-color: #EF999E;
}
.TagClassName
{
border-color: #EF999E;
}
</style>