Shades of Almond #EFD5C1
Tints of Almond #EFD5C1
RGB
CMYK
RGB Variations
Color information
#EFD5C1 (or 0xEFD5C1) is known color: Almond. HEX triplet: EF, D5 and C1. RGB value is (239,213,193). Sum of RGB (Red+Green+Blue) = 239+213+193=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 193 (75.78% from 255 or 29.92% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5C1 is #102A3E. Grayscale: #DADADA. Windows color (decimal): -1059391 or 12703215. OLE color: 12703215.
HSL color Cylindrical-coordinate representation of color #EFD5C1: hue angle of 26.09º 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 #EFD5C1 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 193 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.06 |
| HSL | 26.09º | 0.59% | 0.85% | - |
| HSV(B) | 26.09º | 0.19% | 0.94% | - |
| XYZ | 69.02 | 69.79 | 60.29 | - |
| YUV | 218.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 193 | 0 | 0.11 | 0.19 | 0.06 | 26.09 | 0.59 | 0.85 |
| Hex | EF | D5 | C1 | 0 | B | 13 | 6 | 1A | 3B | 55 |
| Octal | 357 | 325 | 301 | 0 | 13 | 23 | 6 | 32 | 73 | 125 |
| Binary | 11101111 | 11010101 | 11000001 | 0 | 1011 | 10011 | 110 | 11010 | 111011 | 1010101 |
Color Harmonies of #EFD5C1
Complementary color
Monochromatic Colors of #EFD5C1
Black with #EFD5C1
Text Example
Text Example
White with #EFD5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD5C1; }
p { color: rgb(239,213,193); }
H1.HeaderClassName
{
color: #EFD5C1;
}
.AnyTagClassName
{
color: #EFD5C1;
}
</style>
background-color css
<style>
a { background-color: #EFD5C1; }
a { background-color: rgb(239,213,193); }
div.DivClassName
{
background-color: #EFD5C1;
}
.BgClassName
{
background-color: #EFD5C1;
}
</style>
border-color css
<style>
span { border-color: #EFD5C1; }
span { border-color: rgb(239,213,193); }
td.TdClassName
{
border-color: #EFD5C1;
}
.TagClassName
{
border-color: #EFD5C1;
}
</style>