Shades of Wewak #EF8C9B
Tints of Wewak #EF8C9B
RGB
CMYK
RGB Variations
Color information
#EF8C9B (or 0xEF8C9B) is known color: Wewak. HEX triplet: EF, 8C and 9B. RGB value is (239,140,155). Sum of RGB (Red+Green+Blue) = 239+140+155=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C9B is #107364. Grayscale: #ABABAB. Windows color (decimal): -1078117 or 10194159. OLE color: 10194159.
HSL color Cylindrical-coordinate representation of color #EF8C9B: hue angle of 350.91º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8C9B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 155 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.06 |
| HSL | 350.91º | 0.76% | 0.74% | - |
| HSV(B) | 350.91º | 0.41% | 0.94% | - |
| XYZ | 50.89 | 39.47 | 35.95 | - |
| YUV | 171.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 155 | 0 | 0.41 | 0.35 | 0.06 | 350.91 | 0.76 | 0.74 |
| Hex | EF | 8C | 9B | 0 | 29 | 23 | 6 | 15F | 4C | 4A |
| Octal | 357 | 214 | 233 | 0 | 51 | 43 | 6 | 537 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10011011 | 0 | 101001 | 100011 | 110 | 101011111 | 1001100 | 1001010 |
Color Harmonies of #EF8C9B
Complementary color
Monochromatic Colors of #EF8C9B
Black with #EF8C9B
Text Example
Text Example
White with #EF8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C9B; }
p { color: rgb(239,140,155); }
H1.HeaderClassName
{
color: #EF8C9B;
}
.AnyTagClassName
{
color: #EF8C9B;
}
</style>
background-color css
<style>
a { background-color: #EF8C9B; }
a { background-color: rgb(239,140,155); }
div.DivClassName
{
background-color: #EF8C9B;
}
.BgClassName
{
background-color: #EF8C9B;
}
</style>
border-color css
<style>
span { border-color: #EF8C9B; }
span { border-color: rgb(239,140,155); }
td.TdClassName
{
border-color: #EF8C9B;
}
.TagClassName
{
border-color: #EF8C9B;
}
</style>