Shades of Almond #EFDAC4
Tints of Almond #EFDAC4
RGB
CMYK
RGB Variations
Color information
#EFDAC4 (or 0xEFDAC4) is known color: Almond. HEX triplet: EF, DA and C4. RGB value is (239,218,196). Sum of RGB (Red+Green+Blue) = 239+218+196=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC4 is #10253B. Grayscale: #DDDDDD. Windows color (decimal): -1058108 or 12901103. OLE color: 12901103.
HSL color Cylindrical-coordinate representation of color #EFDAC4: hue angle of 30.7º 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 #EFDAC4 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 196 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.06 |
| HSL | 30.7º | 0.57% | 0.85% | - |
| HSV(B) | 30.7º | 0.18% | 0.94% | - |
| XYZ | 70.63 | 72.48 | 62.49 | - |
| YUV | 221.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 196 | 0 | 0.09 | 0.18 | 0.06 | 30.7 | 0.57 | 0.85 |
| Hex | EF | DA | C4 | 0 | 9 | 12 | 6 | 1F | 39 | 55 |
| Octal | 357 | 332 | 304 | 0 | 11 | 22 | 6 | 37 | 71 | 125 |
| Binary | 11101111 | 11011010 | 11000100 | 0 | 1001 | 10010 | 110 | 11111 | 111001 | 1010101 |
Color Harmonies of #EFDAC4
Complementary color
Monochromatic Colors of #EFDAC4
Black with #EFDAC4
Text Example
Text Example
White with #EFDAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAC4; }
p { color: rgb(239,218,196); }
H1.HeaderClassName
{
color: #EFDAC4;
}
.AnyTagClassName
{
color: #EFDAC4;
}
</style>
background-color css
<style>
a { background-color: #EFDAC4; }
a { background-color: rgb(239,218,196); }
div.DivClassName
{
background-color: #EFDAC4;
}
.BgClassName
{
background-color: #EFDAC4;
}
</style>
border-color css
<style>
span { border-color: #EFDAC4; }
span { border-color: rgb(239,218,196); }
td.TdClassName
{
border-color: #EFDAC4;
}
.TagClassName
{
border-color: #EFDAC4;
}
</style>