Shades of Almond #EFDBC9
Tints of Almond #EFDBC9
RGB
CMYK
RGB Variations
Color information
#EFDBC9 (or 0xEFDBC9) is known color: Almond. HEX triplet: EF, DB and C9. RGB value is (239,219,201). Sum of RGB (Red+Green+Blue) = 239+219+201=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC9 is #102436. Grayscale: #DFDFDF. Windows color (decimal): -1057847 or 13229039. OLE color: 13229039.
HSL color Cylindrical-coordinate representation of color #EFDBC9: hue angle of 28.42º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFDBC9 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 201 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.06 |
| HSL | 28.42º | 0.54% | 0.86% | - |
| HSV(B) | 28.42º | 0.16% | 0.94% | - |
| XYZ | 71.47 | 73.23 | 65.63 | - |
| YUV | 222.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 201 | 0 | 0.08 | 0.16 | 0.06 | 28.42 | 0.54 | 0.86 |
| Hex | EF | DB | C9 | 0 | 8 | 10 | 6 | 1C | 36 | 56 |
| Octal | 357 | 333 | 311 | 0 | 10 | 20 | 6 | 34 | 66 | 126 |
| Binary | 11101111 | 11011011 | 11001001 | 0 | 1000 | 10000 | 110 | 11100 | 110110 | 1010110 |
Color Harmonies of #EFDBC9
Complementary color
Monochromatic Colors of #EFDBC9
Black with #EFDBC9
Text Example
Text Example
White with #EFDBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBC9; }
p { color: rgb(239,219,201); }
H1.HeaderClassName
{
color: #EFDBC9;
}
.AnyTagClassName
{
color: #EFDBC9;
}
</style>
background-color css
<style>
a { background-color: #EFDBC9; }
a { background-color: rgb(239,219,201); }
div.DivClassName
{
background-color: #EFDBC9;
}
.BgClassName
{
background-color: #EFDBC9;
}
</style>
border-color css
<style>
span { border-color: #EFDBC9; }
span { border-color: rgb(239,219,201); }
td.TdClassName
{
border-color: #EFDBC9;
}
.TagClassName
{
border-color: #EFDBC9;
}
</style>