Shades of Wewak #EF9B9E
Tints of Wewak #EF9B9E
RGB
CMYK
RGB Variations
Color information
#EF9B9E (or 0xEF9B9E) is known color: Wewak. HEX triplet: EF, 9B and 9E. RGB value is (239,155,158). Sum of RGB (Red+Green+Blue) = 239+155+158=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9B9E is #106461. Grayscale: #B4B4B4. Windows color (decimal): -1074274 or 10394607. OLE color: 10394607.
HSL color Cylindrical-coordinate representation of color #EF9B9E: hue angle of 357.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9B9E is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 158 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.06 |
| HSL | 357.86º | 0.72% | 0.77% | - |
| HSV(B) | 357.86º | 0.35% | 0.94% | - |
| XYZ | 53.49 | 44.26 | 38.07 | - |
| YUV | 180.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 158 | 0 | 0.35 | 0.34 | 0.06 | 357.86 | 0.72 | 0.77 |
| Hex | EF | 9B | 9E | 0 | 23 | 22 | 6 | 166 | 48 | 4D |
| Octal | 357 | 233 | 236 | 0 | 43 | 42 | 6 | 546 | 110 | 115 |
| Binary | 11101111 | 10011011 | 10011110 | 0 | 100011 | 100010 | 110 | 101100110 | 1001000 | 1001101 |
Color Harmonies of #EF9B9E
Complementary color
Monochromatic Colors of #EF9B9E
Black with #EF9B9E
Text Example
Text Example
White with #EF9B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9B9E; }
p { color: rgb(239,155,158); }
H1.HeaderClassName
{
color: #EF9B9E;
}
.AnyTagClassName
{
color: #EF9B9E;
}
</style>
background-color css
<style>
a { background-color: #EF9B9E; }
a { background-color: rgb(239,155,158); }
div.DivClassName
{
background-color: #EF9B9E;
}
.BgClassName
{
background-color: #EF9B9E;
}
</style>
border-color css
<style>
span { border-color: #EF9B9E; }
span { border-color: rgb(239,155,158); }
td.TdClassName
{
border-color: #EF9B9E;
}
.TagClassName
{
border-color: #EF9B9E;
}
</style>