Shades of Amour #EEE8EC
Tints of Amour #EEE8EC
RGB
CMYK
RGB Variations
Color information
#EEE8EC (or 0xEEE8EC) is known color: Amour. HEX triplet: EE, E8 and EC. RGB value is (238,232,236). Sum of RGB (Red+Green+Blue) = 238+232+236=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8EC is #111713. Grayscale: #EAEAEA. Windows color (decimal): -1120020 or 15526126. OLE color: 15526126.
HSL color Cylindrical-coordinate representation of color #EEE8EC: hue angle of 320º degrees, saturation: 0.15, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEE8EC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 236 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.07 |
| HSL | 320º | 0.15% | 0.92% | - |
| HSV(B) | 320º | 0.03% | 0.93% | - |
| XYZ | 79.26 | 81.95 | 91 | - |
| YUV | 234.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 236 | 0 | 0.03 | 0.01 | 0.07 | 320 | 0.15 | 0.92 |
| Hex | EE | E8 | EC | 0 | 3 | 1 | 7 | 140 | F | 5C |
| Octal | 356 | 350 | 354 | 0 | 3 | 1 | 7 | 500 | 17 | 134 |
| Binary | 11101110 | 11101000 | 11101100 | 0 | 11 | 1 | 111 | 101000000 | 1111 | 1011100 |
Color Harmonies of #EEE8EC
Complementary color
Monochromatic Colors of #EEE8EC
Black with #EEE8EC
Text Example
Text Example
White with #EEE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8EC; }
p { color: rgb(238,232,236); }
H1.HeaderClassName
{
color: #EEE8EC;
}
.AnyTagClassName
{
color: #EEE8EC;
}
</style>
background-color css
<style>
a { background-color: #EEE8EC; }
a { background-color: rgb(238,232,236); }
div.DivClassName
{
background-color: #EEE8EC;
}
.BgClassName
{
background-color: #EEE8EC;
}
</style>
border-color css
<style>
span { border-color: #EEE8EC; }
span { border-color: rgb(238,232,236); }
td.TdClassName
{
border-color: #EEE8EC;
}
.TagClassName
{
border-color: #EEE8EC;
}
</style>