Shades of Amour #EFEAEB
Tints of Amour #EFEAEB
RGB
CMYK
RGB Variations
Color information
#EFEAEB (or 0xEFEAEB) is known color: Amour. HEX triplet: EF, EA and EB. RGB value is (239,234,235). Sum of RGB (Red+Green+Blue) = 239+234+235=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAEB is #101514. Grayscale: #EBEBEB. Windows color (decimal): -1053973 or 15461103. OLE color: 15461103.
HSL color Cylindrical-coordinate representation of color #EFEAEB: hue angle of 348º degrees, saturation: 0.14, 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 #EFEAEB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 235 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.06 |
| HSL | 348º | 0.14% | 0.93% | - |
| HSV(B) | 348º | 0.02% | 0.94% | - |
| XYZ | 80.01 | 83.19 | 90.44 | - |
| YUV | 235.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 235 | 0 | 0.02 | 0.02 | 0.06 | 348 | 0.14 | 0.93 |
| Hex | EF | EA | EB | 0 | 2 | 2 | 6 | 15C | E | 5D |
| Octal | 357 | 352 | 353 | 0 | 2 | 2 | 6 | 534 | 16 | 135 |
| Binary | 11101111 | 11101010 | 11101011 | 0 | 10 | 10 | 110 | 101011100 | 1110 | 1011101 |
Color Harmonies of #EFEAEB
Complementary color
Monochromatic Colors of #EFEAEB
Black with #EFEAEB
Text Example
Text Example
White with #EFEAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAEB; }
p { color: rgb(239,234,235); }
H1.HeaderClassName
{
color: #EFEAEB;
}
.AnyTagClassName
{
color: #EFEAEB;
}
</style>
background-color css
<style>
a { background-color: #EFEAEB; }
a { background-color: rgb(239,234,235); }
div.DivClassName
{
background-color: #EFEAEB;
}
.BgClassName
{
background-color: #EFEAEB;
}
</style>
border-color css
<style>
span { border-color: #EFEAEB; }
span { border-color: rgb(239,234,235); }
td.TdClassName
{
border-color: #EFEAEB;
}
.TagClassName
{
border-color: #EFEAEB;
}
</style>