Shades of Almond #EFD6C5
Tints of Almond #EFD6C5
RGB
CMYK
RGB Variations
Color information
#EFD6C5 (or 0xEFD6C5) is known color: Almond. HEX triplet: EF, D6 and C5. RGB value is (239,214,197). Sum of RGB (Red+Green+Blue) = 239+214+197=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6C5 is #10293A. Grayscale: #DBDBDB. Windows color (decimal): -1059131 or 12965615. OLE color: 12965615.
HSL color Cylindrical-coordinate representation of color #EFD6C5: hue angle of 24.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFD6C5 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 197 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.06 |
| HSL | 24.29º | 0.57% | 0.85% | - |
| HSV(B) | 24.29º | 0.18% | 0.94% | - |
| XYZ | 69.72 | 70.48 | 62.75 | - |
| YUV | 219.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 197 | 0 | 0.10 | 0.18 | 0.06 | 24.29 | 0.57 | 0.85 |
| Hex | EF | D6 | C5 | 0 | A | 12 | 6 | 18 | 39 | 55 |
| Octal | 357 | 326 | 305 | 0 | 12 | 22 | 6 | 30 | 71 | 125 |
| Binary | 11101111 | 11010110 | 11000101 | 0 | 1010 | 10010 | 110 | 11000 | 111001 | 1010101 |
Color Harmonies of #EFD6C5
Complementary color
Monochromatic Colors of #EFD6C5
Black with #EFD6C5
Text Example
Text Example
White with #EFD6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6C5; }
p { color: rgb(239,214,197); }
H1.HeaderClassName
{
color: #EFD6C5;
}
.AnyTagClassName
{
color: #EFD6C5;
}
</style>
background-color css
<style>
a { background-color: #EFD6C5; }
a { background-color: rgb(239,214,197); }
div.DivClassName
{
background-color: #EFD6C5;
}
.BgClassName
{
background-color: #EFD6C5;
}
</style>
border-color css
<style>
span { border-color: #EFD6C5; }
span { border-color: rgb(239,214,197); }
td.TdClassName
{
border-color: #EFD6C5;
}
.TagClassName
{
border-color: #EFD6C5;
}
</style>