Shades of Almond #EFD8C9
Tints of Almond #EFD8C9
RGB
CMYK
RGB Variations
Color information
#EFD8C9 (or 0xEFD8C9) is known color: Almond. HEX triplet: EF, D8 and C9. RGB value is (239,216,201). Sum of RGB (Red+Green+Blue) = 239+216+201=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8C9 is #102736. Grayscale: #DDDDDD. Windows color (decimal): -1058615 or 13228271. OLE color: 13228271.
HSL color Cylindrical-coordinate representation of color #EFD8C9: hue angle of 23.68º 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 #EFD8C9 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 201 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.06 |
| HSL | 23.68º | 0.54% | 0.86% | - |
| HSV(B) | 23.68º | 0.16% | 0.94% | - |
| XYZ | 70.7 | 71.68 | 65.37 | - |
| YUV | 221.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 201 | 0 | 0.10 | 0.16 | 0.06 | 23.68 | 0.54 | 0.86 |
| Hex | EF | D8 | C9 | 0 | A | 10 | 6 | 18 | 36 | 56 |
| Octal | 357 | 330 | 311 | 0 | 12 | 20 | 6 | 30 | 66 | 126 |
| Binary | 11101111 | 11011000 | 11001001 | 0 | 1010 | 10000 | 110 | 11000 | 110110 | 1010110 |
Color Harmonies of #EFD8C9
Complementary color
Monochromatic Colors of #EFD8C9
Black with #EFD8C9
Text Example
Text Example
White with #EFD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8C9; }
p { color: rgb(239,216,201); }
H1.HeaderClassName
{
color: #EFD8C9;
}
.AnyTagClassName
{
color: #EFD8C9;
}
</style>
background-color css
<style>
a { background-color: #EFD8C9; }
a { background-color: rgb(239,216,201); }
div.DivClassName
{
background-color: #EFD8C9;
}
.BgClassName
{
background-color: #EFD8C9;
}
</style>
border-color css
<style>
span { border-color: #EFD8C9; }
span { border-color: rgb(239,216,201); }
td.TdClassName
{
border-color: #EFD8C9;
}
.TagClassName
{
border-color: #EFD8C9;
}
</style>