Shades of Amour #EFE9EA
Tints of Amour #EFE9EA
RGB
CMYK
RGB Variations
Color information
#EFE9EA (or 0xEFE9EA) is known color: Amour. HEX triplet: EF, E9 and EA. RGB value is (239,233,234). Sum of RGB (Red+Green+Blue) = 239+233+234=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 234 (91.80% from 255 or 33.14% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9EA is #101615. Grayscale: #EAEAEA. Windows color (decimal): -1054230 or 15395311. OLE color: 15395311.
HSL color Cylindrical-coordinate representation of color #EFE9EA: hue angle of 350º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE9EA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 233 | 234 | - |
CMYK | 0 | 0.03 | 0.02 | 0.06 |
HSL | 350º | 0.16% | 0.93% | - |
HSV(B) | 350º | 0.03% | 0.94% | - |
XYZ | 79.59 | 82.57 | 89.58 | - |
YUV | 234.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 233 | 234 | 0 | 0.03 | 0.02 | 0.06 | 350 | 0.16 | 0.93 |
Hex | EF | E9 | EA | 0 | 3 | 2 | 6 | 15E | 10 | 5D |
Octal | 357 | 351 | 352 | 0 | 3 | 2 | 6 | 536 | 20 | 135 |
Binary | 11101111 | 11101001 | 11101010 | 0 | 11 | 10 | 110 | 101011110 | 10000 | 1011101 |
Color Harmonies of #EFE9EA
Complementary color
Monochromatic Colors of #EFE9EA
Black with #EFE9EA
Text Example
Text Example
White with #EFE9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9EA; }
p { color: rgb(239,233,234); }
H1.HeaderClassName
{
color: #EFE9EA;
}
.AnyTagClassName
{
color: #EFE9EA;
}
</style>
background-color css
<style>
a { background-color: #EFE9EA; }
a { background-color: rgb(239,233,234); }
div.DivClassName
{
background-color: #EFE9EA;
}
.BgClassName
{
background-color: #EFE9EA;
}
</style>
border-color css
<style>
span { border-color: #EFE9EA; }
span { border-color: rgb(239,233,234); }
td.TdClassName
{
border-color: #EFE9EA;
}
.TagClassName
{
border-color: #EFE9EA;
}
</style>