Shades of Amour #EEEAEB
Tints of Amour #EEEAEB
RGB
CMYK
RGB Variations
Color information
#EEEAEB (or 0xEEEAEB) is known color: Amour. HEX triplet: EE, EA and EB. RGB value is (238,234,235). Sum of RGB (Red+Green+Blue) = 238+234+235=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAEB is #111514. Grayscale: #EBEBEB. Windows color (decimal): -1119509 or 15461102. OLE color: 15461102.
HSL color Cylindrical-coordinate representation of color #EEEAEB: hue angle of 345º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEAEB is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 235 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.07 |
| HSL | 345º | 0.11% | 0.93% | - |
| HSV(B) | 345º | 0.02% | 0.93% | - |
| XYZ | 79.68 | 83.02 | 90.42 | - |
| YUV | 235.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 235 | 0 | 0.02 | 0.01 | 0.07 | 345 | 0.11 | 0.93 |
| Hex | EE | EA | EB | 0 | 2 | 1 | 7 | 159 | B | 5D |
| Octal | 356 | 352 | 353 | 0 | 2 | 1 | 7 | 531 | 13 | 135 |
| Binary | 11101110 | 11101010 | 11101011 | 0 | 10 | 1 | 111 | 101011001 | 1011 | 1011101 |
Color Harmonies of #EEEAEB
Complementary color
Monochromatic Colors of #EEEAEB
Black with #EEEAEB
Text Example
Text Example
White with #EEEAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAEB; }
p { color: rgb(238,234,235); }
H1.HeaderClassName
{
color: #EEEAEB;
}
.AnyTagClassName
{
color: #EEEAEB;
}
</style>
background-color css
<style>
a { background-color: #EEEAEB; }
a { background-color: rgb(238,234,235); }
div.DivClassName
{
background-color: #EEEAEB;
}
.BgClassName
{
background-color: #EEEAEB;
}
</style>
border-color css
<style>
span { border-color: #EEEAEB; }
span { border-color: rgb(238,234,235); }
td.TdClassName
{
border-color: #EEEAEB;
}
.TagClassName
{
border-color: #EEEAEB;
}
</style>