Shades of Wewak #EFA1A2
Tints of Wewak #EFA1A2
RGB
CMYK
RGB Variations
Color information
#EFA1A2 (or 0xEFA1A2) is known color: Wewak. HEX triplet: EF, A1 and A2. RGB value is (239,161,162). Sum of RGB (Red+Green+Blue) = 239+161+162=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA1A2 is #105E5D. Grayscale: #B8B8B8. Windows color (decimal): -1072734 or 10658287. OLE color: 10658287.
HSL color Cylindrical-coordinate representation of color #EFA1A2: hue angle of 359.23º 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 #EFA1A2 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 162 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.06 |
| HSL | 359.23º | 0.71% | 0.78% | - |
| HSV(B) | 359.23º | 0.33% | 0.94% | - |
| XYZ | 54.86 | 46.45 | 40.26 | - |
| YUV | 184.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 162 | 0 | 0.33 | 0.32 | 0.06 | 359.23 | 0.71 | 0.78 |
| Hex | EF | A1 | A2 | 0 | 21 | 20 | 6 | 167 | 47 | 4E |
| Octal | 357 | 241 | 242 | 0 | 41 | 40 | 6 | 547 | 107 | 116 |
| Binary | 11101111 | 10100001 | 10100010 | 0 | 100001 | 100000 | 110 | 101100111 | 1000111 | 1001110 |
Color Harmonies of #EFA1A2
Complementary color
Monochromatic Colors of #EFA1A2
Black with #EFA1A2
Text Example
Text Example
White with #EFA1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1A2; }
p { color: rgb(239,161,162); }
H1.HeaderClassName
{
color: #EFA1A2;
}
.AnyTagClassName
{
color: #EFA1A2;
}
</style>
background-color css
<style>
a { background-color: #EFA1A2; }
a { background-color: rgb(239,161,162); }
div.DivClassName
{
background-color: #EFA1A2;
}
.BgClassName
{
background-color: #EFA1A2;
}
</style>
border-color css
<style>
span { border-color: #EFA1A2; }
span { border-color: rgb(239,161,162); }
td.TdClassName
{
border-color: #EFA1A2;
}
.TagClassName
{
border-color: #EFA1A2;
}
</style>