Shades of Almond #EAD3C0
Tints of Almond #EAD3C0
RGB
CMYK
RGB Variations
Color information
#EAD3C0 (or 0xEAD3C0) is known color: Almond. HEX triplet: EA, D3 and C0. RGB value is (234,211,192). Sum of RGB (Red+Green+Blue) = 234+211+192=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD3C0 is #152C3F. Grayscale: #D7D7D7. Windows color (decimal): -1387584 or 12637162. OLE color: 12637162.
HSL color Cylindrical-coordinate representation of color #EAD3C0: hue angle of 27.14º degrees, saturation: 0.5, 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 #EAD3C0 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 192 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.08 |
| HSL | 27.14º | 0.5% | 0.84% | - |
| HSV(B) | 27.14º | 0.18% | 0.92% | - |
| XYZ | 66.74 | 67.89 | 59.46 | - |
| YUV | 215.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 192 | 0 | 0.10 | 0.18 | 0.08 | 27.14 | 0.5 | 0.84 |
| Hex | EA | D3 | C0 | 0 | A | 12 | 8 | 1B | 32 | 54 |
| Octal | 352 | 323 | 300 | 0 | 12 | 22 | 10 | 33 | 62 | 124 |
| Binary | 11101010 | 11010011 | 11000000 | 0 | 1010 | 10010 | 1000 | 11011 | 110010 | 1010100 |
Color Harmonies of #EAD3C0
Complementary color
Monochromatic Colors of #EAD3C0
Black with #EAD3C0
Text Example
Text Example
White with #EAD3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD3C0; }
p { color: rgb(234,211,192); }
H1.HeaderClassName
{
color: #EAD3C0;
}
.AnyTagClassName
{
color: #EAD3C0;
}
</style>
background-color css
<style>
a { background-color: #EAD3C0; }
a { background-color: rgb(234,211,192); }
div.DivClassName
{
background-color: #EAD3C0;
}
.BgClassName
{
background-color: #EAD3C0;
}
</style>
border-color css
<style>
span { border-color: #EAD3C0; }
span { border-color: rgb(234,211,192); }
td.TdClassName
{
border-color: #EAD3C0;
}
.TagClassName
{
border-color: #EAD3C0;
}
</style>