Shades of Wewak #EFA2A6
Tints of Wewak #EFA2A6
RGB
CMYK
RGB Variations
Color information
#EFA2A6 (or 0xEFA2A6) is known color: Wewak. HEX triplet: EF, A2 and A6. RGB value is (239,162,166). Sum of RGB (Red+Green+Blue) = 239+162+166=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 166 (65.23% from 255 or 29.28% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2A6 is #105D59. Grayscale: #B9B9B9. Windows color (decimal): -1072474 or 10920687. OLE color: 10920687.
HSL color Cylindrical-coordinate representation of color #EFA2A6: hue angle of 356.88º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2A6 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 166 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.06 |
| HSL | 356.88º | 0.71% | 0.79% | - |
| HSV(B) | 356.88º | 0.32% | 0.94% | - |
| XYZ | 55.4 | 46.94 | 42.22 | - |
| YUV | 185.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 166 | 0 | 0.32 | 0.31 | 0.06 | 356.88 | 0.71 | 0.79 |
| Hex | EF | A2 | A6 | 0 | 20 | 1F | 6 | 165 | 47 | 4F |
| Octal | 357 | 242 | 246 | 0 | 40 | 37 | 6 | 545 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10100110 | 0 | 100000 | 11111 | 110 | 101100101 | 1000111 | 1001111 |
Color Harmonies of #EFA2A6
Complementary color
Monochromatic Colors of #EFA2A6
Black with #EFA2A6
Text Example
Text Example
White with #EFA2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2A6; }
p { color: rgb(239,162,166); }
H1.HeaderClassName
{
color: #EFA2A6;
}
.AnyTagClassName
{
color: #EFA2A6;
}
</style>
background-color css
<style>
a { background-color: #EFA2A6; }
a { background-color: rgb(239,162,166); }
div.DivClassName
{
background-color: #EFA2A6;
}
.BgClassName
{
background-color: #EFA2A6;
}
</style>
border-color css
<style>
span { border-color: #EFA2A6; }
span { border-color: rgb(239,162,166); }
td.TdClassName
{
border-color: #EFA2A6;
}
.TagClassName
{
border-color: #EFA2A6;
}
</style>