Shades of Amour #EFEDEE
Tints of Amour #EFEDEE
RGB
CMYK
RGB Variations
Color information
#EFEDEE (or 0xEFEDEE) is known color: Amour. HEX triplet: EF, ED and EE. RGB value is (239,237,238). Sum of RGB (Red+Green+Blue) = 239+237+238=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDEE is #101211. Grayscale: #EDEDED. Windows color (decimal): -1053202 or 15658479. OLE color: 15658479.
HSL color Cylindrical-coordinate representation of color #EFEDEE: hue angle of 330º degrees, saturation: 0.06, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFEDEE is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 237 | 238 | - |
CMYK | 0 | 0.01 | 0.00 | 0.06 |
HSL | 330º | 0.06% | 0.93% | - |
HSV(B) | 330º | 0.01% | 0.94% | - |
XYZ | 81.31 | 85.09 | 93.03 | - |
YUV | 237.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 237 | 238 | 0 | 0.01 | 0.00 | 0.06 | 330 | 0.06 | 0.93 |
Hex | EF | ED | EE | 0 | 1 | 0 | 6 | 14A | 6 | 5D |
Octal | 357 | 355 | 356 | 0 | 1 | 0 | 6 | 512 | 6 | 135 |
Binary | 11101111 | 11101101 | 11101110 | 0 | 1 | 0 | 110 | 101001010 | 110 | 1011101 |
Color Harmonies of #EFEDEE
Complementary color
Monochromatic Colors of #EFEDEE
Black with #EFEDEE
Text Example
Text Example
White with #EFEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDEE; }
p { color: rgb(239,237,238); }
H1.HeaderClassName
{
color: #EFEDEE;
}
.AnyTagClassName
{
color: #EFEDEE;
}
</style>
background-color css
<style>
a { background-color: #EFEDEE; }
a { background-color: rgb(239,237,238); }
div.DivClassName
{
background-color: #EFEDEE;
}
.BgClassName
{
background-color: #EFEDEE;
}
</style>
border-color css
<style>
span { border-color: #EFEDEE; }
span { border-color: rgb(239,237,238); }
td.TdClassName
{
border-color: #EFEDEE;
}
.TagClassName
{
border-color: #EFEDEE;
}
</style>