Shades of Wewak #EF8D9C
Tints of Wewak #EF8D9C
RGB
CMYK
RGB Variations
Color information
#EF8D9C (or 0xEF8D9C) is known color: Wewak. HEX triplet: EF, 8D and 9C. RGB value is (239,141,156). Sum of RGB (Red+Green+Blue) = 239+141+156=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D9C is #107263. Grayscale: #ACACAC. Windows color (decimal): -1077860 or 10259951. OLE color: 10259951.
HSL color Cylindrical-coordinate representation of color #EF8D9C: hue angle of 350.82º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8D9C is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 156 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.06 |
| HSL | 350.82º | 0.75% | 0.75% | - |
| HSV(B) | 350.82º | 0.41% | 0.94% | - |
| XYZ | 51.12 | 39.8 | 36.44 | - |
| YUV | 172.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 156 | 0 | 0.41 | 0.35 | 0.06 | 350.82 | 0.75 | 0.75 |
| Hex | EF | 8D | 9C | 0 | 29 | 23 | 6 | 15F | 4B | 4B |
| Octal | 357 | 215 | 234 | 0 | 51 | 43 | 6 | 537 | 113 | 113 |
| Binary | 11101111 | 10001101 | 10011100 | 0 | 101001 | 100011 | 110 | 101011111 | 1001011 | 1001011 |
Color Harmonies of #EF8D9C
Complementary color
Monochromatic Colors of #EF8D9C
Black with #EF8D9C
Text Example
Text Example
White with #EF8D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D9C; }
p { color: rgb(239,141,156); }
H1.HeaderClassName
{
color: #EF8D9C;
}
.AnyTagClassName
{
color: #EF8D9C;
}
</style>
background-color css
<style>
a { background-color: #EF8D9C; }
a { background-color: rgb(239,141,156); }
div.DivClassName
{
background-color: #EF8D9C;
}
.BgClassName
{
background-color: #EF8D9C;
}
</style>
border-color css
<style>
span { border-color: #EF8D9C; }
span { border-color: rgb(239,141,156); }
td.TdClassName
{
border-color: #EF8D9C;
}
.TagClassName
{
border-color: #EF8D9C;
}
</style>