Shades of Amour #EEE7E8
Tints of Amour #EEE7E8
RGB
CMYK
RGB Variations
Color information
#EEE7E8 (or 0xEEE7E8) is known color: Amour. HEX triplet: EE, E7 and E8. RGB value is (238,231,232). Sum of RGB (Red+Green+Blue) = 238+231+232=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE7E8 is #111817. Grayscale: #E9E9E9. Windows color (decimal): -1120280 or 15263726. OLE color: 15263726.
HSL color Cylindrical-coordinate representation of color #EEE7E8: hue angle of 351.43º degrees, saturation: 0.17, 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 #EEE7E8 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 232 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.07 |
| HSL | 351.43º | 0.17% | 0.92% | - |
| HSV(B) | 351.43º | 0.03% | 0.93% | - |
| XYZ | 78.4 | 81.16 | 87.88 | - |
| YUV | 233.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 232 | 0 | 0.03 | 0.03 | 0.07 | 351.43 | 0.17 | 0.92 |
| Hex | EE | E7 | E8 | 0 | 3 | 3 | 7 | 15F | 11 | 5C |
| Octal | 356 | 347 | 350 | 0 | 3 | 3 | 7 | 537 | 21 | 134 |
| Binary | 11101110 | 11100111 | 11101000 | 0 | 11 | 11 | 111 | 101011111 | 10001 | 1011100 |
Color Harmonies of #EEE7E8
Complementary color
Monochromatic Colors of #EEE7E8
Black with #EEE7E8
Text Example
Text Example
White with #EEE7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE7E8; }
p { color: rgb(238,231,232); }
H1.HeaderClassName
{
color: #EEE7E8;
}
.AnyTagClassName
{
color: #EEE7E8;
}
</style>
background-color css
<style>
a { background-color: #EEE7E8; }
a { background-color: rgb(238,231,232); }
div.DivClassName
{
background-color: #EEE7E8;
}
.BgClassName
{
background-color: #EEE7E8;
}
</style>
border-color css
<style>
span { border-color: #EEE7E8; }
span { border-color: rgb(238,231,232); }
td.TdClassName
{
border-color: #EEE7E8;
}
.TagClassName
{
border-color: #EEE7E8;
}
</style>