Shades of Amour #EFE8EC
Tints of Amour #EFE8EC
RGB
CMYK
RGB Variations
Color information
#EFE8EC (or 0xEFE8EC) is known color: Amour. HEX triplet: EF, E8 and EC. RGB value is (239,232,236). Sum of RGB (Red+Green+Blue) = 239+232+236=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 232 (91.02% from 255 or 32.81% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8EC is #101713. Grayscale: #EAEAEA. Windows color (decimal): -1054484 or 15526127. OLE color: 15526127.
HSL color Cylindrical-coordinate representation of color #EFE8EC: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE8EC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 236 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.06 |
| HSL | 325.71º | 0.18% | 0.92% | - |
| HSV(B) | 325.71º | 0.03% | 0.94% | - |
| XYZ | 79.59 | 82.12 | 91.01 | - |
| YUV | 234.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 236 | 0 | 0.03 | 0.01 | 0.06 | 325.71 | 0.18 | 0.92 |
| Hex | EF | E8 | EC | 0 | 3 | 1 | 6 | 146 | 12 | 5C |
| Octal | 357 | 350 | 354 | 0 | 3 | 1 | 6 | 506 | 22 | 134 |
| Binary | 11101111 | 11101000 | 11101100 | 0 | 11 | 1 | 110 | 101000110 | 10010 | 1011100 |
Color Harmonies of #EFE8EC
Complementary color
Monochromatic Colors of #EFE8EC
Black with #EFE8EC
Text Example
Text Example
White with #EFE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8EC; }
p { color: rgb(239,232,236); }
H1.HeaderClassName
{
color: #EFE8EC;
}
.AnyTagClassName
{
color: #EFE8EC;
}
</style>
background-color css
<style>
a { background-color: #EFE8EC; }
a { background-color: rgb(239,232,236); }
div.DivClassName
{
background-color: #EFE8EC;
}
.BgClassName
{
background-color: #EFE8EC;
}
</style>
border-color css
<style>
span { border-color: #EFE8EC; }
span { border-color: rgb(239,232,236); }
td.TdClassName
{
border-color: #EFE8EC;
}
.TagClassName
{
border-color: #EFE8EC;
}
</style>