Shades of Wewak #EF888E
Tints of Wewak #EF888E
RGB
CMYK
RGB Variations
Color information
#EF888E (or 0xEF888E) is known color: Wewak. HEX triplet: EF, 88 and 8E. RGB value is (239,136,142). Sum of RGB (Red+Green+Blue) = 239+136+142=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF888E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF888E is #107771. Grayscale: #A7A7A7. Windows color (decimal): -1079154 or 9341167. OLE color: 9341167.
HSL color Cylindrical-coordinate representation of color #EF888E: hue angle of 356.5º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF888E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 142 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.06 |
| HSL | 356.5º | 0.76% | 0.74% | - |
| HSV(B) | 356.5º | 0.43% | 0.94% | - |
| XYZ | 49.28 | 37.91 | 30.31 | - |
| YUV | 167.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 142 | 0 | 0.43 | 0.41 | 0.06 | 356.5 | 0.76 | 0.74 |
| Hex | EF | 88 | 8E | 0 | 2B | 29 | 6 | 165 | 4C | 4A |
| Octal | 357 | 210 | 216 | 0 | 53 | 51 | 6 | 545 | 114 | 112 |
| Binary | 11101111 | 10001000 | 10001110 | 0 | 101011 | 101001 | 110 | 101100101 | 1001100 | 1001010 |
Color Harmonies of #EF888E
Complementary color
Monochromatic Colors of #EF888E
Black with #EF888E
Text Example
Text Example
White with #EF888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF888E; }
p { color: rgb(239,136,142); }
H1.HeaderClassName
{
color: #EF888E;
}
.AnyTagClassName
{
color: #EF888E;
}
</style>
background-color css
<style>
a { background-color: #EF888E; }
a { background-color: rgb(239,136,142); }
div.DivClassName
{
background-color: #EF888E;
}
.BgClassName
{
background-color: #EF888E;
}
</style>
border-color css
<style>
span { border-color: #EF888E; }
span { border-color: rgb(239,136,142); }
td.TdClassName
{
border-color: #EF888E;
}
.TagClassName
{
border-color: #EF888E;
}
</style>