Shades of Wewak #EF9598
Tints of Wewak #EF9598
RGB
CMYK
RGB Variations
Color information
#EF9598 (or 0xEF9598) is known color: Wewak. HEX triplet: EF, 95 and 98. RGB value is (239,149,152). Sum of RGB (Red+Green+Blue) = 239+149+152=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9598 is #106A67. Grayscale: #B0B0B0. Windows color (decimal): -1075816 or 9999855. OLE color: 9999855.
HSL color Cylindrical-coordinate representation of color #EF9598: hue angle of 358º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF9598 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 152 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.06 |
| HSL | 358º | 0.74% | 0.76% | - |
| HSV(B) | 358º | 0.38% | 0.94% | - |
| XYZ | 52.01 | 42.11 | 35.09 | - |
| YUV | 176.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 152 | 0 | 0.38 | 0.36 | 0.06 | 358 | 0.74 | 0.76 |
| Hex | EF | 95 | 98 | 0 | 26 | 24 | 6 | 166 | 4A | 4C |
| Octal | 357 | 225 | 230 | 0 | 46 | 44 | 6 | 546 | 112 | 114 |
| Binary | 11101111 | 10010101 | 10011000 | 0 | 100110 | 100100 | 110 | 101100110 | 1001010 | 1001100 |
Color Harmonies of #EF9598
Complementary color
Monochromatic Colors of #EF9598
Black with #EF9598
Text Example
Text Example
White with #EF9598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9598; }
p { color: rgb(239,149,152); }
H1.HeaderClassName
{
color: #EF9598;
}
.AnyTagClassName
{
color: #EF9598;
}
</style>
background-color css
<style>
a { background-color: #EF9598; }
a { background-color: rgb(239,149,152); }
div.DivClassName
{
background-color: #EF9598;
}
.BgClassName
{
background-color: #EF9598;
}
</style>
border-color css
<style>
span { border-color: #EF9598; }
span { border-color: rgb(239,149,152); }
td.TdClassName
{
border-color: #EF9598;
}
.TagClassName
{
border-color: #EF9598;
}
</style>