Shades of Amour #EFE3E5
Tints of Amour #EFE3E5
RGB
CMYK
RGB Variations
Color information
#EFE3E5 (or 0xEFE3E5) is known color: Amour. HEX triplet: EF, E3 and E5. RGB value is (239,227,229). Sum of RGB (Red+Green+Blue) = 239+227+229=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 229 (89.84% from 255 or 32.95% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3E5 is #101C1A. Grayscale: #E6E6E6. Windows color (decimal): -1055771 or 15066095. OLE color: 15066095.
HSL color Cylindrical-coordinate representation of color #EFE3E5: hue angle of 350º 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 #EFE3E5 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 227 | 229 | - |
CMYK | 0 | 0.05 | 0.04 | 0.06 |
HSL | 350º | 0.27% | 0.91% | - |
HSV(B) | 350º | 0.05% | 0.94% | - |
XYZ | 77.21 | 78.95 | 85.3 | - |
YUV | 230.82 | 126.98 | 133.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 227 | 229 | 0 | 0.05 | 0.04 | 0.06 | 350 | 0.27 | 0.91 |
Hex | EF | E3 | E5 | 0 | 5 | 4 | 6 | 15E | 1B | 5B |
Octal | 357 | 343 | 345 | 0 | 5 | 4 | 6 | 536 | 33 | 133 |
Binary | 11101111 | 11100011 | 11100101 | 0 | 101 | 100 | 110 | 101011110 | 11011 | 1011011 |
Color Harmonies of #EFE3E5
Complementary color
Monochromatic Colors of #EFE3E5
Black with #EFE3E5
Text Example
Text Example
White with #EFE3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3E5; }
p { color: rgb(239,227,229); }
H1.HeaderClassName
{
color: #EFE3E5;
}
.AnyTagClassName
{
color: #EFE3E5;
}
</style>
background-color css
<style>
a { background-color: #EFE3E5; }
a { background-color: rgb(239,227,229); }
div.DivClassName
{
background-color: #EFE3E5;
}
.BgClassName
{
background-color: #EFE3E5;
}
</style>
border-color css
<style>
span { border-color: #EFE3E5; }
span { border-color: rgb(239,227,229); }
td.TdClassName
{
border-color: #EFE3E5;
}
.TagClassName
{
border-color: #EFE3E5;
}
</style>