Shades of Almond #EFDAC0
Tints of Almond #EFDAC0
RGB
CMYK
RGB Variations
Color information
#EFDAC0 (or 0xEFDAC0) is known color: Almond. HEX triplet: EF, DA and C0. RGB value is (239,218,192). Sum of RGB (Red+Green+Blue) = 239+218+192=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC0 is #10253F. Grayscale: #DDDDDD. Windows color (decimal): -1058112 or 12638959. OLE color: 12638959.
HSL color Cylindrical-coordinate representation of color #EFDAC0: hue angle of 33.19º 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 #EFDAC0 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 192 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.06 |
| HSL | 33.19º | 0.59% | 0.85% | - |
| HSV(B) | 33.19º | 0.2% | 0.94% | - |
| XYZ | 70.18 | 72.3 | 60.13 | - |
| YUV | 221.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 192 | 0 | 0.09 | 0.20 | 0.06 | 33.19 | 0.59 | 0.85 |
| Hex | EF | DA | C0 | 0 | 9 | 14 | 6 | 21 | 3B | 55 |
| Octal | 357 | 332 | 300 | 0 | 11 | 24 | 6 | 41 | 73 | 125 |
| Binary | 11101111 | 11011010 | 11000000 | 0 | 1001 | 10100 | 110 | 100001 | 111011 | 1010101 |
Color Harmonies of #EFDAC0
Complementary color
Monochromatic Colors of #EFDAC0
Black with #EFDAC0
Text Example
Text Example
White with #EFDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAC0; }
p { color: rgb(239,218,192); }
H1.HeaderClassName
{
color: #EFDAC0;
}
.AnyTagClassName
{
color: #EFDAC0;
}
</style>
background-color css
<style>
a { background-color: #EFDAC0; }
a { background-color: rgb(239,218,192); }
div.DivClassName
{
background-color: #EFDAC0;
}
.BgClassName
{
background-color: #EFDAC0;
}
</style>
border-color css
<style>
span { border-color: #EFDAC0; }
span { border-color: rgb(239,218,192); }
td.TdClassName
{
border-color: #EFDAC0;
}
.TagClassName
{
border-color: #EFDAC0;
}
</style>