Shades of Almond #EFD9C4
Tints of Almond #EFD9C4
RGB
CMYK
RGB Variations
Color information
#EFD9C4 (or 0xEFD9C4) is known color: Almond. HEX triplet: EF, D9 and C4. RGB value is (239,217,196). Sum of RGB (Red+Green+Blue) = 239+217+196=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9C4 is #10263B. Grayscale: #DDDDDD. Windows color (decimal): -1058364 or 12900847. OLE color: 12900847.
HSL color Cylindrical-coordinate representation of color #EFD9C4: hue angle of 29.3º 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 #EFD9C4 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 196 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.06 |
| HSL | 29.3º | 0.57% | 0.85% | - |
| HSV(B) | 29.3º | 0.18% | 0.94% | - |
| XYZ | 70.37 | 71.96 | 62.41 | - |
| YUV | 221.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 196 | 0 | 0.09 | 0.18 | 0.06 | 29.3 | 0.57 | 0.85 |
| Hex | EF | D9 | C4 | 0 | 9 | 12 | 6 | 1D | 39 | 55 |
| Octal | 357 | 331 | 304 | 0 | 11 | 22 | 6 | 35 | 71 | 125 |
| Binary | 11101111 | 11011001 | 11000100 | 0 | 1001 | 10010 | 110 | 11101 | 111001 | 1010101 |
Color Harmonies of #EFD9C4
Complementary color
Monochromatic Colors of #EFD9C4
Black with #EFD9C4
Text Example
Text Example
White with #EFD9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD9C4; }
p { color: rgb(239,217,196); }
H1.HeaderClassName
{
color: #EFD9C4;
}
.AnyTagClassName
{
color: #EFD9C4;
}
</style>
background-color css
<style>
a { background-color: #EFD9C4; }
a { background-color: rgb(239,217,196); }
div.DivClassName
{
background-color: #EFD9C4;
}
.BgClassName
{
background-color: #EFD9C4;
}
</style>
border-color css
<style>
span { border-color: #EFD9C4; }
span { border-color: rgb(239,217,196); }
td.TdClassName
{
border-color: #EFD9C4;
}
.TagClassName
{
border-color: #EFD9C4;
}
</style>