Shades of Almond #EFD9C0
Tints of Almond #EFD9C0
RGB
CMYK
RGB Variations
Color information
#EFD9C0 (or 0xEFD9C0) is known color: Almond. HEX triplet: EF, D9 and C0. RGB value is (239,217,192). Sum of RGB (Red+Green+Blue) = 239+217+192=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 192 (75.39% from 255 or 29.63% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9C0 is #10263F. Grayscale: #DCDCDC. Windows color (decimal): -1058368 or 12638703. OLE color: 12638703.
HSL color Cylindrical-coordinate representation of color #EFD9C0: hue angle of 31.91º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFD9C0 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 192 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.06 |
| HSL | 31.91º | 0.59% | 0.85% | - |
| HSV(B) | 31.91º | 0.2% | 0.94% | - |
| XYZ | 69.92 | 71.78 | 60.04 | - |
| YUV | 220.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 192 | 0 | 0.09 | 0.20 | 0.06 | 31.91 | 0.59 | 0.85 |
| Hex | EF | D9 | C0 | 0 | 9 | 14 | 6 | 20 | 3B | 55 |
| Octal | 357 | 331 | 300 | 0 | 11 | 24 | 6 | 40 | 73 | 125 |
| Binary | 11101111 | 11011001 | 11000000 | 0 | 1001 | 10100 | 110 | 100000 | 111011 | 1010101 |
Color Harmonies of #EFD9C0
Complementary color
Monochromatic Colors of #EFD9C0
Black with #EFD9C0
Text Example
Text Example
White with #EFD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9C0; }
p { color: rgb(239,217,192); }
H1.HeaderClassName
{
color: #EFD9C0;
}
.AnyTagClassName
{
color: #EFD9C0;
}
</style>
background-color css
<style>
a { background-color: #EFD9C0; }
a { background-color: rgb(239,217,192); }
div.DivClassName
{
background-color: #EFD9C0;
}
.BgClassName
{
background-color: #EFD9C0;
}
</style>
border-color css
<style>
span { border-color: #EFD9C0; }
span { border-color: rgb(239,217,192); }
td.TdClassName
{
border-color: #EFD9C0;
}
.TagClassName
{
border-color: #EFD9C0;
}
</style>