Shades of Wewak #EF8B9F
Tints of Wewak #EF8B9F
RGB
CMYK
RGB Variations
Color information
#EF8B9F (or 0xEF8B9F) is known color: Wewak. HEX triplet: EF, 8B and 9F. RGB value is (239,139,159). Sum of RGB (Red+Green+Blue) = 239+139+159=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8B9F is #107460. Grayscale: #ABABAB. Windows color (decimal): -1078369 or 10456047. OLE color: 10456047.
HSL color Cylindrical-coordinate representation of color #EF8B9F: hue angle of 348º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8B9F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 159 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.06 |
| HSL | 348º | 0.76% | 0.74% | - |
| HSV(B) | 348º | 0.42% | 0.94% | - |
| XYZ | 51.09 | 39.32 | 37.7 | - |
| YUV | 171.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 159 | 0 | 0.42 | 0.33 | 0.06 | 348 | 0.76 | 0.74 |
| Hex | EF | 8B | 9F | 0 | 2A | 21 | 6 | 15C | 4C | 4A |
| Octal | 357 | 213 | 237 | 0 | 52 | 41 | 6 | 534 | 114 | 112 |
| Binary | 11101111 | 10001011 | 10011111 | 0 | 101010 | 100001 | 110 | 101011100 | 1001100 | 1001010 |
Color Harmonies of #EF8B9F
Complementary color
Monochromatic Colors of #EF8B9F
Black with #EF8B9F
Text Example
Text Example
White with #EF8B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B9F; }
p { color: rgb(239,139,159); }
H1.HeaderClassName
{
color: #EF8B9F;
}
.AnyTagClassName
{
color: #EF8B9F;
}
</style>
background-color css
<style>
a { background-color: #EF8B9F; }
a { background-color: rgb(239,139,159); }
div.DivClassName
{
background-color: #EF8B9F;
}
.BgClassName
{
background-color: #EF8B9F;
}
</style>
border-color css
<style>
span { border-color: #EF8B9F; }
span { border-color: rgb(239,139,159); }
td.TdClassName
{
border-color: #EF8B9F;
}
.TagClassName
{
border-color: #EF8B9F;
}
</style>