Shades of Almond #EFD9C5
Tints of Almond #EFD9C5
RGB
CMYK
RGB Variations
Color information
#EFD9C5 (or 0xEFD9C5) is known color: Almond. HEX triplet: EF, D9 and C5. RGB value is (239,217,197). Sum of RGB (Red+Green+Blue) = 239+217+197=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9C5 is #10263A. Grayscale: #DDDDDD. Windows color (decimal): -1058363 or 12966383. OLE color: 12966383.
HSL color Cylindrical-coordinate representation of color #EFD9C5: hue angle of 28.57º 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 #EFD9C5 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 197 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.06 |
| HSL | 28.57º | 0.57% | 0.85% | - |
| HSV(B) | 28.57º | 0.18% | 0.94% | - |
| XYZ | 70.49 | 72.01 | 63.01 | - |
| YUV | 221.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 197 | 0 | 0.09 | 0.18 | 0.06 | 28.57 | 0.57 | 0.85 |
| Hex | EF | D9 | C5 | 0 | 9 | 12 | 6 | 1D | 39 | 55 |
| Octal | 357 | 331 | 305 | 0 | 11 | 22 | 6 | 35 | 71 | 125 |
| Binary | 11101111 | 11011001 | 11000101 | 0 | 1001 | 10010 | 110 | 11101 | 111001 | 1010101 |
Color Harmonies of #EFD9C5
Complementary color
Monochromatic Colors of #EFD9C5
Black with #EFD9C5
Text Example
Text Example
White with #EFD9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9C5; }
p { color: rgb(239,217,197); }
H1.HeaderClassName
{
color: #EFD9C5;
}
.AnyTagClassName
{
color: #EFD9C5;
}
</style>
background-color css
<style>
a { background-color: #EFD9C5; }
a { background-color: rgb(239,217,197); }
div.DivClassName
{
background-color: #EFD9C5;
}
.BgClassName
{
background-color: #EFD9C5;
}
</style>
border-color css
<style>
span { border-color: #EFD9C5; }
span { border-color: rgb(239,217,197); }
td.TdClassName
{
border-color: #EFD9C5;
}
.TagClassName
{
border-color: #EFD9C5;
}
</style>