Shades of Almond #EFDAC1
Tints of Almond #EFDAC1
RGB
CMYK
RGB Variations
Color information
#EFDAC1 (or 0xEFDAC1) is known color: Almond. HEX triplet: EF, DA and C1. RGB value is (239,218,193). Sum of RGB (Red+Green+Blue) = 239+218+193=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC1 is #10253E. Grayscale: #DDDDDD. Windows color (decimal): -1058111 or 12704495. OLE color: 12704495.
HSL color Cylindrical-coordinate representation of color #EFDAC1: hue angle of 32.61º 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 #EFDAC1 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 193 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.06 |
| HSL | 32.61º | 0.59% | 0.85% | - |
| HSV(B) | 32.61º | 0.19% | 0.94% | - |
| XYZ | 70.29 | 72.34 | 60.71 | - |
| YUV | 221.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 193 | 0 | 0.09 | 0.19 | 0.06 | 32.61 | 0.59 | 0.85 |
| Hex | EF | DA | C1 | 0 | 9 | 13 | 6 | 21 | 3B | 55 |
| Octal | 357 | 332 | 301 | 0 | 11 | 23 | 6 | 41 | 73 | 125 |
| Binary | 11101111 | 11011010 | 11000001 | 0 | 1001 | 10011 | 110 | 100001 | 111011 | 1010101 |
Color Harmonies of #EFDAC1
Complementary color
Monochromatic Colors of #EFDAC1
Black with #EFDAC1
Text Example
Text Example
White with #EFDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAC1; }
p { color: rgb(239,218,193); }
H1.HeaderClassName
{
color: #EFDAC1;
}
.AnyTagClassName
{
color: #EFDAC1;
}
</style>
background-color css
<style>
a { background-color: #EFDAC1; }
a { background-color: rgb(239,218,193); }
div.DivClassName
{
background-color: #EFDAC1;
}
.BgClassName
{
background-color: #EFDAC1;
}
</style>
border-color css
<style>
span { border-color: #EFDAC1; }
span { border-color: rgb(239,218,193); }
td.TdClassName
{
border-color: #EFDAC1;
}
.TagClassName
{
border-color: #EFDAC1;
}
</style>