Shades of Wewak #EFA2A3
Tints of Wewak #EFA2A3
RGB
CMYK
RGB Variations
Color information
#EFA2A3 (or 0xEFA2A3) is known color: Wewak. HEX triplet: EF, A2 and A3. RGB value is (239,162,163). Sum of RGB (Red+Green+Blue) = 239+162+163=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2A3 is #105D5C. Grayscale: #B9B9B9. Windows color (decimal): -1072477 or 10724079. OLE color: 10724079.
HSL color Cylindrical-coordinate representation of color #EFA2A3: hue angle of 359.22º 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 #EFA2A3 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 163 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.06 |
| HSL | 359.22º | 0.71% | 0.79% | - |
| HSV(B) | 359.22º | 0.32% | 0.94% | - |
| XYZ | 55.13 | 46.84 | 40.78 | - |
| YUV | 185.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 163 | 0 | 0.32 | 0.32 | 0.06 | 359.22 | 0.71 | 0.79 |
| Hex | EF | A2 | A3 | 0 | 20 | 20 | 6 | 167 | 47 | 4F |
| Octal | 357 | 242 | 243 | 0 | 40 | 40 | 6 | 547 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10100011 | 0 | 100000 | 100000 | 110 | 101100111 | 1000111 | 1001111 |
Color Harmonies of #EFA2A3
Complementary color
Monochromatic Colors of #EFA2A3
Black with #EFA2A3
Text Example
Text Example
White with #EFA2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2A3; }
p { color: rgb(239,162,163); }
H1.HeaderClassName
{
color: #EFA2A3;
}
.AnyTagClassName
{
color: #EFA2A3;
}
</style>
background-color css
<style>
a { background-color: #EFA2A3; }
a { background-color: rgb(239,162,163); }
div.DivClassName
{
background-color: #EFA2A3;
}
.BgClassName
{
background-color: #EFA2A3;
}
</style>
border-color css
<style>
span { border-color: #EFA2A3; }
span { border-color: rgb(239,162,163); }
td.TdClassName
{
border-color: #EFA2A3;
}
.TagClassName
{
border-color: #EFA2A3;
}
</style>