Shades of Wewak #EFA1A6
Tints of Wewak #EFA1A6
RGB
CMYK
RGB Variations
Color information
#EFA1A6 (or 0xEFA1A6) is known color: Wewak. HEX triplet: EF, A1 and A6. RGB value is (239,161,166). Sum of RGB (Red+Green+Blue) = 239+161+166=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA1A6 is #105E59. Grayscale: #B8B8B8. Windows color (decimal): -1072730 or 10920431. OLE color: 10920431.
HSL color Cylindrical-coordinate representation of color #EFA1A6: hue angle of 356.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA1A6 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 166 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.06 |
| HSL | 356.15º | 0.71% | 0.78% | - |
| HSV(B) | 356.15º | 0.33% | 0.94% | - |
| XYZ | 55.22 | 46.59 | 42.16 | - |
| YUV | 184.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 166 | 0 | 0.33 | 0.31 | 0.06 | 356.15 | 0.71 | 0.78 |
| Hex | EF | A1 | A6 | 0 | 21 | 1F | 6 | 164 | 47 | 4E |
| Octal | 357 | 241 | 246 | 0 | 41 | 37 | 6 | 544 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10100110 | 0 | 100001 | 11111 | 110 | 101100100 | 1000111 | 1001110 |
Color Harmonies of #EFA1A6
Complementary color
Monochromatic Colors of #EFA1A6
Black with #EFA1A6
Text Example
Text Example
White with #EFA1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1A6; }
p { color: rgb(239,161,166); }
H1.HeaderClassName
{
color: #EFA1A6;
}
.AnyTagClassName
{
color: #EFA1A6;
}
</style>
background-color css
<style>
a { background-color: #EFA1A6; }
a { background-color: rgb(239,161,166); }
div.DivClassName
{
background-color: #EFA1A6;
}
.BgClassName
{
background-color: #EFA1A6;
}
</style>
border-color css
<style>
span { border-color: #EFA1A6; }
span { border-color: rgb(239,161,166); }
td.TdClassName
{
border-color: #EFA1A6;
}
.TagClassName
{
border-color: #EFA1A6;
}
</style>