Shades of Illusion #EFA2AA
Tints of Illusion #EFA2AA
RGB
CMYK
RGB Variations
Color information
#EFA2AA (or 0xEFA2AA) is known color: Illusion. HEX triplet: EF, A2 and AA. RGB value is (239,162,170). Sum of RGB (Red+Green+Blue) = 239+162+170=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2AA is #105D55. Grayscale: #B9B9B9. Windows color (decimal): -1072470 or 11182831. OLE color: 11182831.
HSL color Cylindrical-coordinate representation of color #EFA2AA: hue angle of 353.77º 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 #EFA2AA is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 170 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.06 |
| HSL | 353.77º | 0.71% | 0.79% | - |
| HSV(B) | 353.77º | 0.32% | 0.94% | - |
| XYZ | 55.77 | 47.09 | 44.18 | - |
| YUV | 185.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 170 | 0 | 0.32 | 0.29 | 0.06 | 353.77 | 0.71 | 0.79 |
| Hex | EF | A2 | AA | 0 | 20 | 1D | 6 | 162 | 47 | 4F |
| Octal | 357 | 242 | 252 | 0 | 40 | 35 | 6 | 542 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10101010 | 0 | 100000 | 11101 | 110 | 101100010 | 1000111 | 1001111 |
Color Harmonies of #EFA2AA
Complementary color
Monochromatic Colors of #EFA2AA
Black with #EFA2AA
Text Example
Text Example
White with #EFA2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2AA; }
p { color: rgb(239,162,170); }
H1.HeaderClassName
{
color: #EFA2AA;
}
.AnyTagClassName
{
color: #EFA2AA;
}
</style>
background-color css
<style>
a { background-color: #EFA2AA; }
a { background-color: rgb(239,162,170); }
div.DivClassName
{
background-color: #EFA2AA;
}
.BgClassName
{
background-color: #EFA2AA;
}
</style>
border-color css
<style>
span { border-color: #EFA2AA; }
span { border-color: rgb(239,162,170); }
td.TdClassName
{
border-color: #EFA2AA;
}
.TagClassName
{
border-color: #EFA2AA;
}
</style>