Shades of Amour #EFE3E8
Tints of Amour #EFE3E8
RGB
CMYK
RGB Variations
Color information
#EFE3E8 (or 0xEFE3E8) is known color: Amour. HEX triplet: EF, E3 and E8. RGB value is (239,227,232). Sum of RGB (Red+Green+Blue) = 239+227+232=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 232 (91.02% from 255 or 33.24% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3E8 is #101C17. Grayscale: #E7E7E7. Windows color (decimal): -1055768 or 15262703. OLE color: 15262703.
HSL color Cylindrical-coordinate representation of color #EFE3E8: hue angle of 335º 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 #EFE3E8 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 232 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.06 |
| HSL | 335º | 0.27% | 0.91% | - |
| HSV(B) | 335º | 0.05% | 0.94% | - |
| XYZ | 77.63 | 79.12 | 87.52 | - |
| YUV | 231.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 232 | 0 | 0.05 | 0.03 | 0.06 | 335 | 0.27 | 0.91 |
| Hex | EF | E3 | E8 | 0 | 5 | 3 | 6 | 14F | 1B | 5B |
| Octal | 357 | 343 | 350 | 0 | 5 | 3 | 6 | 517 | 33 | 133 |
| Binary | 11101111 | 11100011 | 11101000 | 0 | 101 | 11 | 110 | 101001111 | 11011 | 1011011 |
Color Harmonies of #EFE3E8
Complementary color
Monochromatic Colors of #EFE3E8
Black with #EFE3E8
Text Example
Text Example
White with #EFE3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3E8; }
p { color: rgb(239,227,232); }
H1.HeaderClassName
{
color: #EFE3E8;
}
.AnyTagClassName
{
color: #EFE3E8;
}
</style>
background-color css
<style>
a { background-color: #EFE3E8; }
a { background-color: rgb(239,227,232); }
div.DivClassName
{
background-color: #EFE3E8;
}
.BgClassName
{
background-color: #EFE3E8;
}
</style>
border-color css
<style>
span { border-color: #EFE3E8; }
span { border-color: rgb(239,227,232); }
td.TdClassName
{
border-color: #EFE3E8;
}
.TagClassName
{
border-color: #EFE3E8;
}
</style>