Shades of Amour #EFE5E8
Tints of Amour #EFE5E8
RGB
CMYK
RGB Variations
Color information
#EFE5E8 (or 0xEFE5E8) is known color: Amour. HEX triplet: EF, E5 and E8. RGB value is (239,229,232). Sum of RGB (Red+Green+Blue) = 239+229+232=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 229 (89.84% from 255 or 32.71% from 700); Blue value is 232 (91.02% from 255 or 33.14% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5E8 is #101A17. Grayscale: #E8E8E8. Windows color (decimal): -1055256 or 15263215. OLE color: 15263215.
HSL color Cylindrical-coordinate representation of color #EFE5E8: hue angle of 342º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFE5E8 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 232 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.06 |
| HSL | 342º | 0.24% | 0.92% | - |
| HSV(B) | 342º | 0.04% | 0.94% | - |
| XYZ | 78.18 | 80.22 | 87.71 | - |
| YUV | 232.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 232 | 0 | 0.04 | 0.03 | 0.06 | 342 | 0.24 | 0.92 |
| Hex | EF | E5 | E8 | 0 | 4 | 3 | 6 | 156 | 18 | 5C |
| Octal | 357 | 345 | 350 | 0 | 4 | 3 | 6 | 526 | 30 | 134 |
| Binary | 11101111 | 11100101 | 11101000 | 0 | 100 | 11 | 110 | 101010110 | 11000 | 1011100 |
Color Harmonies of #EFE5E8
Complementary color
Monochromatic Colors of #EFE5E8
Black with #EFE5E8
Text Example
Text Example
White with #EFE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5E8; }
p { color: rgb(239,229,232); }
H1.HeaderClassName
{
color: #EFE5E8;
}
.AnyTagClassName
{
color: #EFE5E8;
}
</style>
background-color css
<style>
a { background-color: #EFE5E8; }
a { background-color: rgb(239,229,232); }
div.DivClassName
{
background-color: #EFE5E8;
}
.BgClassName
{
background-color: #EFE5E8;
}
</style>
border-color css
<style>
span { border-color: #EFE5E8; }
span { border-color: rgb(239,229,232); }
td.TdClassName
{
border-color: #EFE5E8;
}
.TagClassName
{
border-color: #EFE5E8;
}
</style>