Shades of Almond #EFD9C1
Tints of Almond #EFD9C1
RGB
CMYK
RGB Variations
Color information
#EFD9C1 (or 0xEFD9C1) is known color: Almond. HEX triplet: EF, D9 and C1. RGB value is (239,217,193). Sum of RGB (Red+Green+Blue) = 239+217+193=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9C1 is #10263E. Grayscale: #DCDCDC. Windows color (decimal): -1058367 or 12704239. OLE color: 12704239.
HSL color Cylindrical-coordinate representation of color #EFD9C1: hue angle of 31.3º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFD9C1 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 193 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.06 |
| HSL | 31.3º | 0.59% | 0.85% | - |
| HSV(B) | 31.3º | 0.19% | 0.94% | - |
| XYZ | 70.04 | 71.83 | 60.62 | - |
| YUV | 220.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 193 | 0 | 0.09 | 0.19 | 0.06 | 31.3 | 0.59 | 0.85 |
| Hex | EF | D9 | C1 | 0 | 9 | 13 | 6 | 1F | 3B | 55 |
| Octal | 357 | 331 | 301 | 0 | 11 | 23 | 6 | 37 | 73 | 125 |
| Binary | 11101111 | 11011001 | 11000001 | 0 | 1001 | 10011 | 110 | 11111 | 111011 | 1010101 |
Color Harmonies of #EFD9C1
Complementary color
Monochromatic Colors of #EFD9C1
Black with #EFD9C1
Text Example
Text Example
White with #EFD9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9C1; }
p { color: rgb(239,217,193); }
H1.HeaderClassName
{
color: #EFD9C1;
}
.AnyTagClassName
{
color: #EFD9C1;
}
</style>
background-color css
<style>
a { background-color: #EFD9C1; }
a { background-color: rgb(239,217,193); }
div.DivClassName
{
background-color: #EFD9C1;
}
.BgClassName
{
background-color: #EFD9C1;
}
</style>
border-color css
<style>
span { border-color: #EFD9C1; }
span { border-color: rgb(239,217,193); }
td.TdClassName
{
border-color: #EFD9C1;
}
.TagClassName
{
border-color: #EFD9C1;
}
</style>