Shades of Wewak #EF9D9F
Tints of Wewak #EF9D9F
RGB
CMYK
RGB Variations
Color information
#EF9D9F (or 0xEF9D9F) is known color: Wewak. HEX triplet: EF, 9D and 9F. RGB value is (239,157,159). Sum of RGB (Red+Green+Blue) = 239+157+159=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9D9F is #106260. Grayscale: #B5B5B5. Windows color (decimal): -1073761 or 10460655. OLE color: 10460655.
HSL color Cylindrical-coordinate representation of color #EF9D9F: hue angle of 358.54º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9D9F is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 159 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.06 |
| HSL | 358.54º | 0.72% | 0.78% | - |
| HSV(B) | 358.54º | 0.34% | 0.94% | - |
| XYZ | 53.91 | 44.97 | 38.64 | - |
| YUV | 181.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 159 | 0 | 0.34 | 0.33 | 0.06 | 358.54 | 0.72 | 0.78 |
| Hex | EF | 9D | 9F | 0 | 22 | 21 | 6 | 167 | 48 | 4E |
| Octal | 357 | 235 | 237 | 0 | 42 | 41 | 6 | 547 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10011111 | 0 | 100010 | 100001 | 110 | 101100111 | 1001000 | 1001110 |
Color Harmonies of #EF9D9F
Complementary color
Monochromatic Colors of #EF9D9F
Black with #EF9D9F
Text Example
Text Example
White with #EF9D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9D9F; }
p { color: rgb(239,157,159); }
H1.HeaderClassName
{
color: #EF9D9F;
}
.AnyTagClassName
{
color: #EF9D9F;
}
</style>
background-color css
<style>
a { background-color: #EF9D9F; }
a { background-color: rgb(239,157,159); }
div.DivClassName
{
background-color: #EF9D9F;
}
.BgClassName
{
background-color: #EF9D9F;
}
</style>
border-color css
<style>
span { border-color: #EF9D9F; }
span { border-color: rgb(239,157,159); }
td.TdClassName
{
border-color: #EF9D9F;
}
.TagClassName
{
border-color: #EF9D9F;
}
</style>