Shades of Almond #EBD3BE
Tints of Almond #EBD3BE
RGB
CMYK
RGB Variations
Color information
#EBD3BE (or 0xEBD3BE) is known color: Almond. HEX triplet: EB, D3 and BE. RGB value is (235,211,190). Sum of RGB (Red+Green+Blue) = 235+211+190=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 211 (82.81% from 255 or 33.18% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3BE is #142C41. Grayscale: #D7D7D7. Windows color (decimal): -1322050 or 12506091. OLE color: 12506091.
HSL color Cylindrical-coordinate representation of color #EBD3BE: hue angle of 28º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBD3BE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 190 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.08 |
| HSL | 28º | 0.53% | 0.83% | - |
| HSV(B) | 28º | 0.19% | 0.92% | - |
| XYZ | 66.85 | 67.97 | 58.31 | - |
| YUV | 215.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 190 | 0 | 0.10 | 0.19 | 0.08 | 28 | 0.53 | 0.83 |
| Hex | EB | D3 | BE | 0 | A | 13 | 8 | 1C | 35 | 53 |
| Octal | 353 | 323 | 276 | 0 | 12 | 23 | 10 | 34 | 65 | 123 |
| Binary | 11101011 | 11010011 | 10111110 | 0 | 1010 | 10011 | 1000 | 11100 | 110101 | 1010011 |
Color Harmonies of #EBD3BE
Complementary color
Monochromatic Colors of #EBD3BE
Black with #EBD3BE
Text Example
Text Example
White with #EBD3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3BE; }
p { color: rgb(235,211,190); }
H1.HeaderClassName
{
color: #EBD3BE;
}
.AnyTagClassName
{
color: #EBD3BE;
}
</style>
background-color css
<style>
a { background-color: #EBD3BE; }
a { background-color: rgb(235,211,190); }
div.DivClassName
{
background-color: #EBD3BE;
}
.BgClassName
{
background-color: #EBD3BE;
}
</style>
border-color css
<style>
span { border-color: #EBD3BE; }
span { border-color: rgb(235,211,190); }
td.TdClassName
{
border-color: #EBD3BE;
}
.TagClassName
{
border-color: #EBD3BE;
}
</style>