Shades of Almond #EBD2C0
Tints of Almond #EBD2C0
RGB
CMYK
RGB Variations
Color information
#EBD2C0 (or 0xEBD2C0) is known color: Almond. HEX triplet: EB, D2 and C0. RGB value is (235,210,192). Sum of RGB (Red+Green+Blue) = 235+210+192=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2C0 is #142D3F. Grayscale: #D7D7D7. Windows color (decimal): -1322304 or 12636907. OLE color: 12636907.
HSL color Cylindrical-coordinate representation of color #EBD2C0: hue angle of 25.12º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBD2C0 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 192 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.08 |
| HSL | 25.12º | 0.52% | 0.84% | - |
| HSV(B) | 25.12º | 0.18% | 0.92% | - |
| XYZ | 66.82 | 67.56 | 59.39 | - |
| YUV | 215.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 192 | 0 | 0.11 | 0.18 | 0.08 | 25.12 | 0.52 | 0.84 |
| Hex | EB | D2 | C0 | 0 | B | 12 | 8 | 19 | 34 | 54 |
| Octal | 353 | 322 | 300 | 0 | 13 | 22 | 10 | 31 | 64 | 124 |
| Binary | 11101011 | 11010010 | 11000000 | 0 | 1011 | 10010 | 1000 | 11001 | 110100 | 1010100 |
Color Harmonies of #EBD2C0
Complementary color
Monochromatic Colors of #EBD2C0
Black with #EBD2C0
Text Example
Text Example
White with #EBD2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD2C0; }
p { color: rgb(235,210,192); }
H1.HeaderClassName
{
color: #EBD2C0;
}
.AnyTagClassName
{
color: #EBD2C0;
}
</style>
background-color css
<style>
a { background-color: #EBD2C0; }
a { background-color: rgb(235,210,192); }
div.DivClassName
{
background-color: #EBD2C0;
}
.BgClassName
{
background-color: #EBD2C0;
}
</style>
border-color css
<style>
span { border-color: #EBD2C0; }
span { border-color: rgb(235,210,192); }
td.TdClassName
{
border-color: #EBD2C0;
}
.TagClassName
{
border-color: #EBD2C0;
}
</style>