Shades of Wewak #EF8F9C
Tints of Wewak #EF8F9C
RGB
CMYK
RGB Variations
Color information
#EF8F9C (or 0xEF8F9C) is known color: Wewak. HEX triplet: EF, 8F and 9C. RGB value is (239,143,156). Sum of RGB (Red+Green+Blue) = 239+143+156=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F9C is #107063. Grayscale: #ADADAD. Windows color (decimal): -1077348 or 10260463. OLE color: 10260463.
HSL color Cylindrical-coordinate representation of color #EF8F9C: hue angle of 351.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF8F9C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 156 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.06 |
| HSL | 351.88º | 0.75% | 0.75% | - |
| HSV(B) | 351.88º | 0.4% | 0.94% | - |
| XYZ | 51.42 | 40.4 | 36.54 | - |
| YUV | 173.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 156 | 0 | 0.40 | 0.35 | 0.06 | 351.88 | 0.75 | 0.75 |
| Hex | EF | 8F | 9C | 0 | 28 | 23 | 6 | 160 | 4B | 4B |
| Octal | 357 | 217 | 234 | 0 | 50 | 43 | 6 | 540 | 113 | 113 |
| Binary | 11101111 | 10001111 | 10011100 | 0 | 101000 | 100011 | 110 | 101100000 | 1001011 | 1001011 |
Color Harmonies of #EF8F9C
Complementary color
Monochromatic Colors of #EF8F9C
Black with #EF8F9C
Text Example
Text Example
White with #EF8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F9C; }
p { color: rgb(239,143,156); }
H1.HeaderClassName
{
color: #EF8F9C;
}
.AnyTagClassName
{
color: #EF8F9C;
}
</style>
background-color css
<style>
a { background-color: #EF8F9C; }
a { background-color: rgb(239,143,156); }
div.DivClassName
{
background-color: #EF8F9C;
}
.BgClassName
{
background-color: #EF8F9C;
}
</style>
border-color css
<style>
span { border-color: #EF8F9C; }
span { border-color: rgb(239,143,156); }
td.TdClassName
{
border-color: #EF8F9C;
}
.TagClassName
{
border-color: #EF8F9C;
}
</style>