Shades of Wewak #EFA1A7
Tints of Wewak #EFA1A7
RGB
CMYK
RGB Variations
Color information
#EFA1A7 (or 0xEFA1A7) is known color: Wewak. HEX triplet: EF, A1 and A7. RGB value is (239,161,167). Sum of RGB (Red+Green+Blue) = 239+161+167=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA1A7 is #105E58. Grayscale: #B9B9B9. Windows color (decimal): -1072729 or 10985967. OLE color: 10985967.
HSL color Cylindrical-coordinate representation of color #EFA1A7: hue angle of 355.38º 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 #EFA1A7 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 167 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.06 |
| HSL | 355.38º | 0.71% | 0.78% | - |
| HSV(B) | 355.38º | 0.33% | 0.94% | - |
| XYZ | 55.32 | 46.63 | 42.64 | - |
| YUV | 185.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 167 | 0 | 0.33 | 0.30 | 0.06 | 355.38 | 0.71 | 0.78 |
| Hex | EF | A1 | A7 | 0 | 21 | 1E | 6 | 163 | 47 | 4E |
| Octal | 357 | 241 | 247 | 0 | 41 | 36 | 6 | 543 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10100111 | 0 | 100001 | 11110 | 110 | 101100011 | 1000111 | 1001110 |
Color Harmonies of #EFA1A7
Complementary color
Monochromatic Colors of #EFA1A7
Black with #EFA1A7
Text Example
Text Example
White with #EFA1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1A7; }
p { color: rgb(239,161,167); }
H1.HeaderClassName
{
color: #EFA1A7;
}
.AnyTagClassName
{
color: #EFA1A7;
}
</style>
background-color css
<style>
a { background-color: #EFA1A7; }
a { background-color: rgb(239,161,167); }
div.DivClassName
{
background-color: #EFA1A7;
}
.BgClassName
{
background-color: #EFA1A7;
}
</style>
border-color css
<style>
span { border-color: #EFA1A7; }
span { border-color: rgb(239,161,167); }
td.TdClassName
{
border-color: #EFA1A7;
}
.TagClassName
{
border-color: #EFA1A7;
}
</style>