Shades of Amour #EFE3E9
Tints of Amour #EFE3E9
RGB
CMYK
RGB Variations
Color information
#EFE3E9 (or 0xEFE3E9) is known color: Amour. HEX triplet: EF, E3 and E9. RGB value is (239,227,233). Sum of RGB (Red+Green+Blue) = 239+227+233=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 233 (91.41% from 255 or 33.33% from 699); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3E9 is #101C16. Grayscale: #E7E7E7. Windows color (decimal): -1055767 or 15328239. OLE color: 15328239.
HSL color Cylindrical-coordinate representation of color #EFE3E9: hue angle of 330º degrees, saturation: 0.27, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE3E9 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 233 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.06 |
| HSL | 330º | 0.27% | 0.91% | - |
| HSV(B) | 330º | 0.05% | 0.94% | - |
| XYZ | 77.77 | 79.17 | 88.27 | - |
| YUV | 231.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 233 | 0 | 0.05 | 0.03 | 0.06 | 330 | 0.27 | 0.91 |
| Hex | EF | E3 | E9 | 0 | 5 | 3 | 6 | 14A | 1B | 5B |
| Octal | 357 | 343 | 351 | 0 | 5 | 3 | 6 | 512 | 33 | 133 |
| Binary | 11101111 | 11100011 | 11101001 | 0 | 101 | 11 | 110 | 101001010 | 11011 | 1011011 |
Color Harmonies of #EFE3E9
Complementary color
Monochromatic Colors of #EFE3E9
Black with #EFE3E9
Text Example
Text Example
White with #EFE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3E9; }
p { color: rgb(239,227,233); }
H1.HeaderClassName
{
color: #EFE3E9;
}
.AnyTagClassName
{
color: #EFE3E9;
}
</style>
background-color css
<style>
a { background-color: #EFE3E9; }
a { background-color: rgb(239,227,233); }
div.DivClassName
{
background-color: #EFE3E9;
}
.BgClassName
{
background-color: #EFE3E9;
}
</style>
border-color css
<style>
span { border-color: #EFE3E9; }
span { border-color: rgb(239,227,233); }
td.TdClassName
{
border-color: #EFE3E9;
}
.TagClassName
{
border-color: #EFE3E9;
}
</style>