Shades of Almond #EBD4BD
Tints of Almond #EBD4BD
RGB
CMYK
RGB Variations
Color information
#EBD4BD (or 0xEBD4BD) is known color: Almond. HEX triplet: EB, D4 and BD. RGB value is (235,212,189). Sum of RGB (Red+Green+Blue) = 235+212+189=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4BD is #142B42. Grayscale: #D8D8D8. Windows color (decimal): -1321795 or 12440811. OLE color: 12440811.
HSL color Cylindrical-coordinate representation of color #EBD4BD: hue angle of 30º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD4BD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 212 | 189 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.08 |
| HSL | 30º | 0.53% | 0.83% | - |
| HSV(B) | 30º | 0.2% | 0.92% | - |
| XYZ | 66.99 | 68.42 | 57.82 | - |
| YUV | 216.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 212 | 189 | 0 | 0.10 | 0.20 | 0.08 | 30 | 0.53 | 0.83 |
| Hex | EB | D4 | BD | 0 | A | 14 | 8 | 1E | 35 | 53 |
| Octal | 353 | 324 | 275 | 0 | 12 | 24 | 10 | 36 | 65 | 123 |
| Binary | 11101011 | 11010100 | 10111101 | 0 | 1010 | 10100 | 1000 | 11110 | 110101 | 1010011 |
Color Harmonies of #EBD4BD
Complementary color
Monochromatic Colors of #EBD4BD
Black with #EBD4BD
Text Example
Text Example
White with #EBD4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD4BD; }
p { color: rgb(235,212,189); }
H1.HeaderClassName
{
color: #EBD4BD;
}
.AnyTagClassName
{
color: #EBD4BD;
}
</style>
background-color css
<style>
a { background-color: #EBD4BD; }
a { background-color: rgb(235,212,189); }
div.DivClassName
{
background-color: #EBD4BD;
}
.BgClassName
{
background-color: #EBD4BD;
}
</style>
border-color css
<style>
span { border-color: #EBD4BD; }
span { border-color: rgb(235,212,189); }
td.TdClassName
{
border-color: #EBD4BD;
}
.TagClassName
{
border-color: #EBD4BD;
}
</style>