Shades of Amour #EFE8EA
Tints of Amour #EFE8EA
RGB
CMYK
RGB Variations
Color information
#EFE8EA (or 0xEFE8EA) is known color: Amour. HEX triplet: EF, E8 and EA. RGB value is (239,232,234). Sum of RGB (Red+Green+Blue) = 239+232+234=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8EA is #101715. Grayscale: #EAEAEA. Windows color (decimal): -1054486 or 15395055. OLE color: 15395055.
HSL color Cylindrical-coordinate representation of color #EFE8EA: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE8EA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 234 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.06 |
| HSL | 342.86º | 0.18% | 0.92% | - |
| HSV(B) | 342.86º | 0.03% | 0.94% | - |
| XYZ | 79.3 | 82 | 89.49 | - |
| YUV | 234.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 234 | 0 | 0.03 | 0.02 | 0.06 | 342.86 | 0.18 | 0.92 |
| Hex | EF | E8 | EA | 0 | 3 | 2 | 6 | 157 | 12 | 5C |
| Octal | 357 | 350 | 352 | 0 | 3 | 2 | 6 | 527 | 22 | 134 |
| Binary | 11101111 | 11101000 | 11101010 | 0 | 11 | 10 | 110 | 101010111 | 10010 | 1011100 |
Color Harmonies of #EFE8EA
Complementary color
Monochromatic Colors of #EFE8EA
Black with #EFE8EA
Text Example
Text Example
White with #EFE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8EA; }
p { color: rgb(239,232,234); }
H1.HeaderClassName
{
color: #EFE8EA;
}
.AnyTagClassName
{
color: #EFE8EA;
}
</style>
background-color css
<style>
a { background-color: #EFE8EA; }
a { background-color: rgb(239,232,234); }
div.DivClassName
{
background-color: #EFE8EA;
}
.BgClassName
{
background-color: #EFE8EA;
}
</style>
border-color css
<style>
span { border-color: #EFE8EA; }
span { border-color: rgb(239,232,234); }
td.TdClassName
{
border-color: #EFE8EA;
}
.TagClassName
{
border-color: #EFE8EA;
}
</style>