Shades of Amour #EEE9EA
Tints of Amour #EEE9EA
RGB
CMYK
RGB Variations
Color information
#EEE9EA (or 0xEEE9EA) is known color: Amour. HEX triplet: EE, E9 and EA. RGB value is (238,233,234). Sum of RGB (Red+Green+Blue) = 238+233+234=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 233 (91.41% from 255 or 33.05% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE9EA is #111615. Grayscale: #EAEAEA. Windows color (decimal): -1119766 or 15395310. OLE color: 15395310.
HSL color Cylindrical-coordinate representation of color #EEE9EA: hue angle of 348º degrees, saturation: 0.13, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEE9EA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 234 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.07 |
| HSL | 348º | 0.13% | 0.92% | - |
| HSV(B) | 348º | 0.02% | 0.93% | - |
| XYZ | 79.25 | 82.4 | 89.57 | - |
| YUV | 234.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 234 | 0 | 0.02 | 0.02 | 0.07 | 348 | 0.13 | 0.92 |
| Hex | EE | E9 | EA | 0 | 2 | 2 | 7 | 15C | D | 5C |
| Octal | 356 | 351 | 352 | 0 | 2 | 2 | 7 | 534 | 15 | 134 |
| Binary | 11101110 | 11101001 | 11101010 | 0 | 10 | 10 | 111 | 101011100 | 1101 | 1011100 |
Color Harmonies of #EEE9EA
Complementary color
Monochromatic Colors of #EEE9EA
Black with #EEE9EA
Text Example
Text Example
White with #EEE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9EA; }
p { color: rgb(238,233,234); }
H1.HeaderClassName
{
color: #EEE9EA;
}
.AnyTagClassName
{
color: #EEE9EA;
}
</style>
background-color css
<style>
a { background-color: #EEE9EA; }
a { background-color: rgb(238,233,234); }
div.DivClassName
{
background-color: #EEE9EA;
}
.BgClassName
{
background-color: #EEE9EA;
}
</style>
border-color css
<style>
span { border-color: #EEE9EA; }
span { border-color: rgb(238,233,234); }
td.TdClassName
{
border-color: #EEE9EA;
}
.TagClassName
{
border-color: #EEE9EA;
}
</style>