Shades of Wewak #EF9BA3
Tints of Wewak #EF9BA3
RGB
CMYK
RGB Variations
Color information
#EF9BA3 (or 0xEF9BA3) is known color: Wewak. HEX triplet: EF, 9B and A3. RGB value is (239,155,163). Sum of RGB (Red+Green+Blue) = 239+155+163=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9BA3 is #10645C. Grayscale: #B5B5B5. Windows color (decimal): -1074269 or 10722287. OLE color: 10722287.
HSL color Cylindrical-coordinate representation of color #EF9BA3: hue angle of 354.29º 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 #EF9BA3 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 163 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.06 |
| HSL | 354.29º | 0.72% | 0.77% | - |
| HSV(B) | 354.29º | 0.35% | 0.94% | - |
| XYZ | 53.93 | 44.44 | 40.39 | - |
| YUV | 181.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 163 | 0 | 0.35 | 0.32 | 0.06 | 354.29 | 0.72 | 0.77 |
| Hex | EF | 9B | A3 | 0 | 23 | 20 | 6 | 162 | 48 | 4D |
| Octal | 357 | 233 | 243 | 0 | 43 | 40 | 6 | 542 | 110 | 115 |
| Binary | 11101111 | 10011011 | 10100011 | 0 | 100011 | 100000 | 110 | 101100010 | 1001000 | 1001101 |
Color Harmonies of #EF9BA3
Complementary color
Monochromatic Colors of #EF9BA3
Black with #EF9BA3
Text Example
Text Example
White with #EF9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BA3; }
p { color: rgb(239,155,163); }
H1.HeaderClassName
{
color: #EF9BA3;
}
.AnyTagClassName
{
color: #EF9BA3;
}
</style>
background-color css
<style>
a { background-color: #EF9BA3; }
a { background-color: rgb(239,155,163); }
div.DivClassName
{
background-color: #EF9BA3;
}
.BgClassName
{
background-color: #EF9BA3;
}
</style>
border-color css
<style>
span { border-color: #EF9BA3; }
span { border-color: rgb(239,155,163); }
td.TdClassName
{
border-color: #EF9BA3;
}
.TagClassName
{
border-color: #EF9BA3;
}
</style>