Shades of Almond #EFD8C4
Tints of Almond #EFD8C4
RGB
CMYK
RGB Variations
Color information
#EFD8C4 (or 0xEFD8C4) is known color: Almond. HEX triplet: EF, D8 and C4. RGB value is (239,216,196). Sum of RGB (Red+Green+Blue) = 239+216+196=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8C4 is #10273B. Grayscale: #DCDCDC. Windows color (decimal): -1058620 or 12900591. OLE color: 12900591.
HSL color Cylindrical-coordinate representation of color #EFD8C4: hue angle of 27.91º 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 #EFD8C4 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 196 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.06 |
| HSL | 27.91º | 0.57% | 0.85% | - |
| HSV(B) | 27.91º | 0.18% | 0.94% | - |
| XYZ | 70.12 | 71.45 | 62.32 | - |
| YUV | 220.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 196 | 0 | 0.10 | 0.18 | 0.06 | 27.91 | 0.57 | 0.85 |
| Hex | EF | D8 | C4 | 0 | A | 12 | 6 | 1C | 39 | 55 |
| Octal | 357 | 330 | 304 | 0 | 12 | 22 | 6 | 34 | 71 | 125 |
| Binary | 11101111 | 11011000 | 11000100 | 0 | 1010 | 10010 | 110 | 11100 | 111001 | 1010101 |
Color Harmonies of #EFD8C4
Complementary color
Monochromatic Colors of #EFD8C4
Black with #EFD8C4
Text Example
Text Example
White with #EFD8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8C4; }
p { color: rgb(239,216,196); }
H1.HeaderClassName
{
color: #EFD8C4;
}
.AnyTagClassName
{
color: #EFD8C4;
}
</style>
background-color css
<style>
a { background-color: #EFD8C4; }
a { background-color: rgb(239,216,196); }
div.DivClassName
{
background-color: #EFD8C4;
}
.BgClassName
{
background-color: #EFD8C4;
}
</style>
border-color css
<style>
span { border-color: #EFD8C4; }
span { border-color: rgb(239,216,196); }
td.TdClassName
{
border-color: #EFD8C4;
}
.TagClassName
{
border-color: #EFD8C4;
}
</style>