Shades of Almond #EFD4BF
Tints of Almond #EFD4BF
RGB
CMYK
RGB Variations
Color information
#EFD4BF (or 0xEFD4BF) is known color: Almond. HEX triplet: EF, D4 and BF. RGB value is (239,212,191). Sum of RGB (Red+Green+Blue) = 239+212+191=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4BF is #102B40. Grayscale: #D9D9D9. Windows color (decimal): -1059649 or 12571887. OLE color: 12571887.
HSL color Cylindrical-coordinate representation of color #EFD4BF: hue angle of 26.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFD4BF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 191 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.06 |
| HSL | 26.25º | 0.6% | 0.84% | - |
| HSV(B) | 26.25º | 0.2% | 0.94% | - |
| XYZ | 68.54 | 69.2 | 59.03 | - |
| YUV | 217.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 191 | 0 | 0.11 | 0.20 | 0.06 | 26.25 | 0.6 | 0.84 |
| Hex | EF | D4 | BF | 0 | B | 14 | 6 | 1A | 3C | 54 |
| Octal | 357 | 324 | 277 | 0 | 13 | 24 | 6 | 32 | 74 | 124 |
| Binary | 11101111 | 11010100 | 10111111 | 0 | 1011 | 10100 | 110 | 11010 | 111100 | 1010100 |
Color Harmonies of #EFD4BF
Complementary color
Monochromatic Colors of #EFD4BF
Black with #EFD4BF
Text Example
Text Example
White with #EFD4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4BF; }
p { color: rgb(239,212,191); }
H1.HeaderClassName
{
color: #EFD4BF;
}
.AnyTagClassName
{
color: #EFD4BF;
}
</style>
background-color css
<style>
a { background-color: #EFD4BF; }
a { background-color: rgb(239,212,191); }
div.DivClassName
{
background-color: #EFD4BF;
}
.BgClassName
{
background-color: #EFD4BF;
}
</style>
border-color css
<style>
span { border-color: #EFD4BF; }
span { border-color: rgb(239,212,191); }
td.TdClassName
{
border-color: #EFD4BF;
}
.TagClassName
{
border-color: #EFD4BF;
}
</style>