Shades of Amour #EFEBED
Tints of Amour #EFEBED
RGB
CMYK
RGB Variations
Color information
#EFEBED (or 0xEFEBED) is known color: Amour. HEX triplet: EF, EB and ED. RGB value is (239,235,237). Sum of RGB (Red+Green+Blue) = 239+235+237=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBED is #101412. Grayscale: #ECECEC. Windows color (decimal): -1053715 or 15592431. OLE color: 15592431.
HSL color Cylindrical-coordinate representation of color #EFEBED: hue angle of 330º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEBED is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 235 | 237 | - |
CMYK | 0 | 0.02 | 0.01 | 0.06 |
HSL | 330º | 0.11% | 0.93% | - |
HSV(B) | 330º | 0.02% | 0.94% | - |
XYZ | 80.59 | 83.88 | 92.06 | - |
YUV | 236.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 235 | 237 | 0 | 0.02 | 0.01 | 0.06 | 330 | 0.11 | 0.93 |
Hex | EF | EB | ED | 0 | 2 | 1 | 6 | 14A | B | 5D |
Octal | 357 | 353 | 355 | 0 | 2 | 1 | 6 | 512 | 13 | 135 |
Binary | 11101111 | 11101011 | 11101101 | 0 | 10 | 1 | 110 | 101001010 | 1011 | 1011101 |
Color Harmonies of #EFEBED
Complementary color
Monochromatic Colors of #EFEBED
Black with #EFEBED
Text Example
Text Example
White with #EFEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBED; }
p { color: rgb(239,235,237); }
H1.HeaderClassName
{
color: #EFEBED;
}
.AnyTagClassName
{
color: #EFEBED;
}
</style>
background-color css
<style>
a { background-color: #EFEBED; }
a { background-color: rgb(239,235,237); }
div.DivClassName
{
background-color: #EFEBED;
}
.BgClassName
{
background-color: #EFEBED;
}
</style>
border-color css
<style>
span { border-color: #EFEBED; }
span { border-color: rgb(239,235,237); }
td.TdClassName
{
border-color: #EFEBED;
}
.TagClassName
{
border-color: #EFEBED;
}
</style>