Shades of Wewak #EF8C96
Tints of Wewak #EF8C96
RGB
CMYK
RGB Variations
Color information
#EF8C96 (or 0xEF8C96) is known color: Wewak. HEX triplet: EF, 8C and 96. RGB value is (239,140,150). Sum of RGB (Red+Green+Blue) = 239+140+150=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C96 is #107369. Grayscale: #AAAAAA. Windows color (decimal): -1078122 or 9866479. OLE color: 9866479.
HSL color Cylindrical-coordinate representation of color #EF8C96: hue angle of 353.94º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8C96 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 150 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.06 |
| HSL | 353.94º | 0.76% | 0.74% | - |
| HSV(B) | 353.94º | 0.41% | 0.94% | - |
| XYZ | 50.48 | 39.31 | 33.78 | - |
| YUV | 170.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 150 | 0 | 0.41 | 0.37 | 0.06 | 353.94 | 0.76 | 0.74 |
| Hex | EF | 8C | 96 | 0 | 29 | 25 | 6 | 162 | 4C | 4A |
| Octal | 357 | 214 | 226 | 0 | 51 | 45 | 6 | 542 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10010110 | 0 | 101001 | 100101 | 110 | 101100010 | 1001100 | 1001010 |
Color Harmonies of #EF8C96
Complementary color
Monochromatic Colors of #EF8C96
Black with #EF8C96
Text Example
Text Example
White with #EF8C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C96; }
p { color: rgb(239,140,150); }
H1.HeaderClassName
{
color: #EF8C96;
}
.AnyTagClassName
{
color: #EF8C96;
}
</style>
background-color css
<style>
a { background-color: #EF8C96; }
a { background-color: rgb(239,140,150); }
div.DivClassName
{
background-color: #EF8C96;
}
.BgClassName
{
background-color: #EF8C96;
}
</style>
border-color css
<style>
span { border-color: #EF8C96; }
span { border-color: rgb(239,140,150); }
td.TdClassName
{
border-color: #EF8C96;
}
.TagClassName
{
border-color: #EF8C96;
}
</style>