Shades of Amour #EBE6E9
Tints of Amour #EBE6E9
RGB
CMYK
RGB Variations
Color information
#EBE6E9 (or 0xEBE6E9) is known color: Amour. HEX triplet: EB, E6 and E9. RGB value is (235,230,233). Sum of RGB (Red+Green+Blue) = 235+230+233=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE6E9 is #141916. Grayscale: #E7E7E7. Windows color (decimal): -1317143 or 15329003. OLE color: 15329003.
HSL color Cylindrical-coordinate representation of color #EBE6E9: hue angle of 324º degrees, saturation: 0.11, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBE6E9 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 233 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.08 |
| HSL | 324º | 0.11% | 0.91% | - |
| HSV(B) | 324º | 0.02% | 0.92% | - |
| XYZ | 77.27 | 80.14 | 88.49 | - |
| YUV | 231.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 233 | 0 | 0.02 | 0.01 | 0.08 | 324 | 0.11 | 0.91 |
| Hex | EB | E6 | E9 | 0 | 2 | 1 | 8 | 144 | B | 5B |
| Octal | 353 | 346 | 351 | 0 | 2 | 1 | 10 | 504 | 13 | 133 |
| Binary | 11101011 | 11100110 | 11101001 | 0 | 10 | 1 | 1000 | 101000100 | 1011 | 1011011 |
Color Harmonies of #EBE6E9
Complementary color
Monochromatic Colors of #EBE6E9
Black with #EBE6E9
Text Example
Text Example
White with #EBE6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6E9; }
p { color: rgb(235,230,233); }
H1.HeaderClassName
{
color: #EBE6E9;
}
.AnyTagClassName
{
color: #EBE6E9;
}
</style>
background-color css
<style>
a { background-color: #EBE6E9; }
a { background-color: rgb(235,230,233); }
div.DivClassName
{
background-color: #EBE6E9;
}
.BgClassName
{
background-color: #EBE6E9;
}
</style>
border-color css
<style>
span { border-color: #EBE6E9; }
span { border-color: rgb(235,230,233); }
td.TdClassName
{
border-color: #EBE6E9;
}
.TagClassName
{
border-color: #EBE6E9;
}
</style>