Shades of Almond #EFD3BD
Tints of Almond #EFD3BD
RGB
CMYK
RGB Variations
Color information
#EFD3BD (or 0xEFD3BD) is known color: Almond. HEX triplet: EF, D3 and BD. RGB value is (239,211,189). Sum of RGB (Red+Green+Blue) = 239+211+189=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3BD is #102C42. Grayscale: #D8D8D8. Windows color (decimal): -1059907 or 12440559. OLE color: 12440559.
HSL color Cylindrical-coordinate representation of color #EFD3BD: hue angle of 26.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFD3BD is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 189 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.06 |
| HSL | 26.4º | 0.61% | 0.84% | - |
| HSV(B) | 26.4º | 0.21% | 0.94% | - |
| XYZ | 68.08 | 68.61 | 57.8 | - |
| YUV | 216.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 189 | 0 | 0.12 | 0.21 | 0.06 | 26.4 | 0.61 | 0.84 |
| Hex | EF | D3 | BD | 0 | C | 15 | 6 | 1A | 3D | 54 |
| Octal | 357 | 323 | 275 | 0 | 14 | 25 | 6 | 32 | 75 | 124 |
| Binary | 11101111 | 11010011 | 10111101 | 0 | 1100 | 10101 | 110 | 11010 | 111101 | 1010100 |
Color Harmonies of #EFD3BD
Complementary color
Monochromatic Colors of #EFD3BD
Black with #EFD3BD
Text Example
Text Example
White with #EFD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3BD; }
p { color: rgb(239,211,189); }
H1.HeaderClassName
{
color: #EFD3BD;
}
.AnyTagClassName
{
color: #EFD3BD;
}
</style>
background-color css
<style>
a { background-color: #EFD3BD; }
a { background-color: rgb(239,211,189); }
div.DivClassName
{
background-color: #EFD3BD;
}
.BgClassName
{
background-color: #EFD3BD;
}
</style>
border-color css
<style>
span { border-color: #EFD3BD; }
span { border-color: rgb(239,211,189); }
td.TdClassName
{
border-color: #EFD3BD;
}
.TagClassName
{
border-color: #EFD3BD;
}
</style>