Shades of Amour #EFE6EA
Tints of Amour #EFE6EA
RGB
CMYK
RGB Variations
Color information
#EFE6EA (or 0xEFE6EA) is known color: Amour. HEX triplet: EF, E6 and EA. RGB value is (239,230,234). Sum of RGB (Red+Green+Blue) = 239+230+234=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6EA is #101915. Grayscale: #E9E9E9. Windows color (decimal): -1054998 or 15394543. OLE color: 15394543.
HSL color Cylindrical-coordinate representation of color #EFE6EA: hue angle of 333.33º degrees, saturation: 0.22, 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 #EFE6EA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 234 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.06 |
| HSL | 333.33º | 0.22% | 0.92% | - |
| HSV(B) | 333.33º | 0.04% | 0.94% | - |
| XYZ | 78.74 | 80.88 | 89.3 | - |
| YUV | 233.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 234 | 0 | 0.04 | 0.02 | 0.06 | 333.33 | 0.22 | 0.92 |
| Hex | EF | E6 | EA | 0 | 4 | 2 | 6 | 14D | 16 | 5C |
| Octal | 357 | 346 | 352 | 0 | 4 | 2 | 6 | 515 | 26 | 134 |
| Binary | 11101111 | 11100110 | 11101010 | 0 | 100 | 10 | 110 | 101001101 | 10110 | 1011100 |
Color Harmonies of #EFE6EA
Complementary color
Monochromatic Colors of #EFE6EA
Black with #EFE6EA
Text Example
Text Example
White with #EFE6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6EA; }
p { color: rgb(239,230,234); }
H1.HeaderClassName
{
color: #EFE6EA;
}
.AnyTagClassName
{
color: #EFE6EA;
}
</style>
background-color css
<style>
a { background-color: #EFE6EA; }
a { background-color: rgb(239,230,234); }
div.DivClassName
{
background-color: #EFE6EA;
}
.BgClassName
{
background-color: #EFE6EA;
}
</style>
border-color css
<style>
span { border-color: #EFE6EA; }
span { border-color: rgb(239,230,234); }
td.TdClassName
{
border-color: #EFE6EA;
}
.TagClassName
{
border-color: #EFE6EA;
}
</style>