Shades of Amour #EFE4EA
Tints of Amour #EFE4EA
RGB
CMYK
RGB Variations
Color information
#EFE4EA (or 0xEFE4EA) is known color: Amour. HEX triplet: EF, E4 and EA. RGB value is (239,228,234). Sum of RGB (Red+Green+Blue) = 239+228+234=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4EA is #101B15. Grayscale: #E7E7E7. Windows color (decimal): -1055510 or 15394031. OLE color: 15394031.
HSL color Cylindrical-coordinate representation of color #EFE4EA: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE4EA is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 234 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.06 |
| HSL | 327.27º | 0.26% | 0.92% | - |
| HSV(B) | 327.27º | 0.05% | 0.94% | - |
| XYZ | 78.19 | 79.78 | 89.12 | - |
| YUV | 231.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 234 | 0 | 0.05 | 0.02 | 0.06 | 327.27 | 0.26 | 0.92 |
| Hex | EF | E4 | EA | 0 | 5 | 2 | 6 | 147 | 1A | 5C |
| Octal | 357 | 344 | 352 | 0 | 5 | 2 | 6 | 507 | 32 | 134 |
| Binary | 11101111 | 11100100 | 11101010 | 0 | 101 | 10 | 110 | 101000111 | 11010 | 1011100 |
Color Harmonies of #EFE4EA
Complementary color
Monochromatic Colors of #EFE4EA
Black with #EFE4EA
Text Example
Text Example
White with #EFE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4EA; }
p { color: rgb(239,228,234); }
H1.HeaderClassName
{
color: #EFE4EA;
}
.AnyTagClassName
{
color: #EFE4EA;
}
</style>
background-color css
<style>
a { background-color: #EFE4EA; }
a { background-color: rgb(239,228,234); }
div.DivClassName
{
background-color: #EFE4EA;
}
.BgClassName
{
background-color: #EFE4EA;
}
</style>
border-color css
<style>
span { border-color: #EFE4EA; }
span { border-color: rgb(239,228,234); }
td.TdClassName
{
border-color: #EFE4EA;
}
.TagClassName
{
border-color: #EFE4EA;
}
</style>