Shades of Almond #EFD8C1
Tints of Almond #EFD8C1
RGB
CMYK
RGB Variations
Color information
#EFD8C1 (or 0xEFD8C1) is known color: Almond. HEX triplet: EF, D8 and C1. RGB value is (239,216,193). Sum of RGB (Red+Green+Blue) = 239+216+193=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8C1 is #10273E. Grayscale: #DCDCDC. Windows color (decimal): -1058623 or 12703983. OLE color: 12703983.
HSL color Cylindrical-coordinate representation of color #EFD8C1: hue angle of 30º 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 #EFD8C1 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 193 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.06 |
| HSL | 30º | 0.59% | 0.85% | - |
| HSV(B) | 30º | 0.19% | 0.94% | - |
| XYZ | 69.78 | 71.31 | 60.54 | - |
| YUV | 220.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 193 | 0 | 0.10 | 0.19 | 0.06 | 30 | 0.59 | 0.85 |
| Hex | EF | D8 | C1 | 0 | A | 13 | 6 | 1E | 3B | 55 |
| Octal | 357 | 330 | 301 | 0 | 12 | 23 | 6 | 36 | 73 | 125 |
| Binary | 11101111 | 11011000 | 11000001 | 0 | 1010 | 10011 | 110 | 11110 | 111011 | 1010101 |
Color Harmonies of #EFD8C1
Complementary color
Monochromatic Colors of #EFD8C1
Black with #EFD8C1
Text Example
Text Example
White with #EFD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8C1; }
p { color: rgb(239,216,193); }
H1.HeaderClassName
{
color: #EFD8C1;
}
.AnyTagClassName
{
color: #EFD8C1;
}
</style>
background-color css
<style>
a { background-color: #EFD8C1; }
a { background-color: rgb(239,216,193); }
div.DivClassName
{
background-color: #EFD8C1;
}
.BgClassName
{
background-color: #EFD8C1;
}
</style>
border-color css
<style>
span { border-color: #EFD8C1; }
span { border-color: rgb(239,216,193); }
td.TdClassName
{
border-color: #EFD8C1;
}
.TagClassName
{
border-color: #EFD8C1;
}
</style>