Shades of Amour #EFE4E9
Tints of Amour #EFE4E9
RGB
CMYK
RGB Variations
Color information
#EFE4E9 (or 0xEFE4E9) is known color: Amour. HEX triplet: EF, E4 and E9. RGB value is (239,228,233). Sum of RGB (Red+Green+Blue) = 239+228+233=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 233 (91.41% from 255 or 33.29% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4E9 is #101B16. Grayscale: #E7E7E7. Windows color (decimal): -1055511 or 15328495. OLE color: 15328495.
HSL color Cylindrical-coordinate representation of color #EFE4E9: hue angle of 332.73º 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 #EFE4E9 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 228 | 233 | - |
CMYK | 0 | 0.05 | 0.03 | 0.06 |
HSL | 332.73º | 0.26% | 0.92% | - |
HSV(B) | 332.73º | 0.05% | 0.94% | - |
XYZ | 78.05 | 79.72 | 88.36 | - |
YUV | 231.86 | 128.64 | 133.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 228 | 233 | 0 | 0.05 | 0.03 | 0.06 | 332.73 | 0.26 | 0.92 |
Hex | EF | E4 | E9 | 0 | 5 | 3 | 6 | 14D | 1A | 5C |
Octal | 357 | 344 | 351 | 0 | 5 | 3 | 6 | 515 | 32 | 134 |
Binary | 11101111 | 11100100 | 11101001 | 0 | 101 | 11 | 110 | 101001101 | 11010 | 1011100 |
Color Harmonies of #EFE4E9
Complementary color
Monochromatic Colors of #EFE4E9
Black with #EFE4E9
Text Example
Text Example
White with #EFE4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4E9; }
p { color: rgb(239,228,233); }
H1.HeaderClassName
{
color: #EFE4E9;
}
.AnyTagClassName
{
color: #EFE4E9;
}
</style>
background-color css
<style>
a { background-color: #EFE4E9; }
a { background-color: rgb(239,228,233); }
div.DivClassName
{
background-color: #EFE4E9;
}
.BgClassName
{
background-color: #EFE4E9;
}
</style>
border-color css
<style>
span { border-color: #EFE4E9; }
span { border-color: rgb(239,228,233); }
td.TdClassName
{
border-color: #EFE4E9;
}
.TagClassName
{
border-color: #EFE4E9;
}
</style>