Shades of Wewak #EF989C
Tints of Wewak #EF989C
RGB
CMYK
RGB Variations
Color information
#EF989C (or 0xEF989C) is known color: Wewak. HEX triplet: EF, 98 and 9C. RGB value is (239,152,156). Sum of RGB (Red+Green+Blue) = 239+152+156=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF989C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF989C is #106763. Grayscale: #B2B2B2. Windows color (decimal): -1075044 or 10262767. OLE color: 10262767.
HSL color Cylindrical-coordinate representation of color #EF989C: hue angle of 357.24º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF989C is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 156 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.06 |
| HSL | 357.24º | 0.73% | 0.77% | - |
| HSV(B) | 357.24º | 0.36% | 0.94% | - |
| XYZ | 52.83 | 43.21 | 37.01 | - |
| YUV | 178.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 156 | 0 | 0.36 | 0.35 | 0.06 | 357.24 | 0.73 | 0.77 |
| Hex | EF | 98 | 9C | 0 | 24 | 23 | 6 | 165 | 49 | 4D |
| Octal | 357 | 230 | 234 | 0 | 44 | 43 | 6 | 545 | 111 | 115 |
| Binary | 11101111 | 10011000 | 10011100 | 0 | 100100 | 100011 | 110 | 101100101 | 1001001 | 1001101 |
Color Harmonies of #EF989C
Complementary color
Monochromatic Colors of #EF989C
Black with #EF989C
Text Example
Text Example
White with #EF989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF989C; }
p { color: rgb(239,152,156); }
H1.HeaderClassName
{
color: #EF989C;
}
.AnyTagClassName
{
color: #EF989C;
}
</style>
background-color css
<style>
a { background-color: #EF989C; }
a { background-color: rgb(239,152,156); }
div.DivClassName
{
background-color: #EF989C;
}
.BgClassName
{
background-color: #EF989C;
}
</style>
border-color css
<style>
span { border-color: #EF989C; }
span { border-color: rgb(239,152,156); }
td.TdClassName
{
border-color: #EF989C;
}
.TagClassName
{
border-color: #EF989C;
}
</style>