Shades of Amour #EEE8E9
Tints of Amour #EEE8E9
RGB
CMYK
RGB Variations
Color information
#EEE8E9 (or 0xEEE8E9) is known color: Amour. HEX triplet: EE, E8 and E9. RGB value is (238,232,233). Sum of RGB (Red+Green+Blue) = 238+232+233=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 232 (91.02% from 255 or 33.00% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE8E9 is #111716. Grayscale: #E9E9E9. Windows color (decimal): -1120023 or 15329518. OLE color: 15329518.
HSL color Cylindrical-coordinate representation of color #EEE8E9: hue angle of 350º 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 #EEE8E9 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 233 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.07 |
| HSL | 350º | 0.15% | 0.92% | - |
| HSV(B) | 350º | 0.03% | 0.93% | - |
| XYZ | 78.82 | 81.77 | 88.72 | - |
| YUV | 233.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 233 | 0 | 0.03 | 0.02 | 0.07 | 350 | 0.15 | 0.92 |
| Hex | EE | E8 | E9 | 0 | 3 | 2 | 7 | 15E | F | 5C |
| Octal | 356 | 350 | 351 | 0 | 3 | 2 | 7 | 536 | 17 | 134 |
| Binary | 11101110 | 11101000 | 11101001 | 0 | 11 | 10 | 111 | 101011110 | 1111 | 1011100 |
Color Harmonies of #EEE8E9
Complementary color
Monochromatic Colors of #EEE8E9
Black with #EEE8E9
Text Example
Text Example
White with #EEE8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8E9; }
p { color: rgb(238,232,233); }
H1.HeaderClassName
{
color: #EEE8E9;
}
.AnyTagClassName
{
color: #EEE8E9;
}
</style>
background-color css
<style>
a { background-color: #EEE8E9; }
a { background-color: rgb(238,232,233); }
div.DivClassName
{
background-color: #EEE8E9;
}
.BgClassName
{
background-color: #EEE8E9;
}
</style>
border-color css
<style>
span { border-color: #EEE8E9; }
span { border-color: rgb(238,232,233); }
td.TdClassName
{
border-color: #EEE8E9;
}
.TagClassName
{
border-color: #EEE8E9;
}
</style>