Shades of Wewak #EFA3A5
Tints of Wewak #EFA3A5
RGB
CMYK
RGB Variations
Color information
#EFA3A5 (or 0xEFA3A5) is known color: Wewak. HEX triplet: EF, A3 and A5. RGB value is (239,163,165). Sum of RGB (Red+Green+Blue) = 239+163+165=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA3A5 is #105C5A. Grayscale: #BABABA. Windows color (decimal): -1072219 or 10855407. OLE color: 10855407.
HSL color Cylindrical-coordinate representation of color #EFA3A5: hue angle of 358.42º degrees, saturation: 0.7, 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 #EFA3A5 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 165 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.06 |
| HSL | 358.42º | 0.7% | 0.79% | - |
| HSV(B) | 358.42º | 0.32% | 0.94% | - |
| XYZ | 55.49 | 47.26 | 41.8 | - |
| YUV | 185.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 165 | 0 | 0.32 | 0.31 | 0.06 | 358.42 | 0.7 | 0.79 |
| Hex | EF | A3 | A5 | 0 | 20 | 1F | 6 | 166 | 46 | 4F |
| Octal | 357 | 243 | 245 | 0 | 40 | 37 | 6 | 546 | 106 | 117 |
| Binary | 11101111 | 10100011 | 10100101 | 0 | 100000 | 11111 | 110 | 101100110 | 1000110 | 1001111 |
Color Harmonies of #EFA3A5
Complementary color
Monochromatic Colors of #EFA3A5
Black with #EFA3A5
Text Example
Text Example
White with #EFA3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3A5; }
p { color: rgb(239,163,165); }
H1.HeaderClassName
{
color: #EFA3A5;
}
.AnyTagClassName
{
color: #EFA3A5;
}
</style>
background-color css
<style>
a { background-color: #EFA3A5; }
a { background-color: rgb(239,163,165); }
div.DivClassName
{
background-color: #EFA3A5;
}
.BgClassName
{
background-color: #EFA3A5;
}
</style>
border-color css
<style>
span { border-color: #EFA3A5; }
span { border-color: rgb(239,163,165); }
td.TdClassName
{
border-color: #EFA3A5;
}
.TagClassName
{
border-color: #EFA3A5;
}
</style>