Shades of Almond #EFD7C4
Tints of Almond #EFD7C4
RGB
CMYK
RGB Variations
Color information
#EFD7C4 (or 0xEFD7C4) is known color: Almond. HEX triplet: EF, D7 and C4. RGB value is (239,215,196). Sum of RGB (Red+Green+Blue) = 239+215+196=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7C4 is #10283B. Grayscale: #DCDCDC. Windows color (decimal): -1058876 or 12900335. OLE color: 12900335.
HSL color Cylindrical-coordinate representation of color #EFD7C4: hue angle of 26.51º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFD7C4 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 196 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.06 |
| HSL | 26.51º | 0.57% | 0.85% | - |
| HSV(B) | 26.51º | 0.18% | 0.94% | - |
| XYZ | 69.86 | 70.94 | 62.23 | - |
| YUV | 220.01 | 114.45 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 196 | 0 | 0.10 | 0.18 | 0.06 | 26.51 | 0.57 | 0.85 |
| Hex | EF | D7 | C4 | 0 | A | 12 | 6 | 1B | 39 | 55 |
| Octal | 357 | 327 | 304 | 0 | 12 | 22 | 6 | 33 | 71 | 125 |
| Binary | 11101111 | 11010111 | 11000100 | 0 | 1010 | 10010 | 110 | 11011 | 111001 | 1010101 |
Color Harmonies of #EFD7C4
Complementary color
Monochromatic Colors of #EFD7C4
Black with #EFD7C4
Text Example
Text Example
White with #EFD7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD7C4; }
p { color: rgb(239,215,196); }
H1.HeaderClassName
{
color: #EFD7C4;
}
.AnyTagClassName
{
color: #EFD7C4;
}
</style>
background-color css
<style>
a { background-color: #EFD7C4; }
a { background-color: rgb(239,215,196); }
div.DivClassName
{
background-color: #EFD7C4;
}
.BgClassName
{
background-color: #EFD7C4;
}
</style>
border-color css
<style>
span { border-color: #EFD7C4; }
span { border-color: rgb(239,215,196); }
td.TdClassName
{
border-color: #EFD7C4;
}
.TagClassName
{
border-color: #EFD7C4;
}
</style>