Shades of Almond #EBD9C4
Tints of Almond #EBD9C4
RGB
CMYK
RGB Variations
Color information
#EBD9C4 (or 0xEBD9C4) is known color: Almond. HEX triplet: EB, D9 and C4. RGB value is (235,217,196). Sum of RGB (Red+Green+Blue) = 235+217+196=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9C4 is #14263B. Grayscale: #DCDCDC. Windows color (decimal): -1320508 or 12900843. OLE color: 12900843.
HSL color Cylindrical-coordinate representation of color #EBD9C4: hue angle of 32.31º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBD9C4 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 196 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.08 |
| HSL | 32.31º | 0.49% | 0.85% | - |
| HSV(B) | 32.31º | 0.17% | 0.92% | - |
| XYZ | 69.04 | 71.27 | 62.34 | - |
| YUV | 219.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 196 | 0 | 0.08 | 0.17 | 0.08 | 32.31 | 0.49 | 0.85 |
| Hex | EB | D9 | C4 | 0 | 8 | 11 | 8 | 20 | 31 | 55 |
| Octal | 353 | 331 | 304 | 0 | 10 | 21 | 10 | 40 | 61 | 125 |
| Binary | 11101011 | 11011001 | 11000100 | 0 | 1000 | 10001 | 1000 | 100000 | 110001 | 1010101 |
Color Harmonies of #EBD9C4
Complementary color
Monochromatic Colors of #EBD9C4
Black with #EBD9C4
Text Example
Text Example
White with #EBD9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD9C4; }
p { color: rgb(235,217,196); }
H1.HeaderClassName
{
color: #EBD9C4;
}
.AnyTagClassName
{
color: #EBD9C4;
}
</style>
background-color css
<style>
a { background-color: #EBD9C4; }
a { background-color: rgb(235,217,196); }
div.DivClassName
{
background-color: #EBD9C4;
}
.BgClassName
{
background-color: #EBD9C4;
}
</style>
border-color css
<style>
span { border-color: #EBD9C4; }
span { border-color: rgb(235,217,196); }
td.TdClassName
{
border-color: #EBD9C4;
}
.TagClassName
{
border-color: #EBD9C4;
}
</style>