Shades of Almond #EAD7C1
Tints of Almond #EAD7C1
RGB
CMYK
RGB Variations
Color information
#EAD7C1 (or 0xEAD7C1) is known color: Almond. HEX triplet: EA, D7 and C1. RGB value is (234,215,193). Sum of RGB (Red+Green+Blue) = 234+215+193=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7C1 is #15283E. Grayscale: #DADADA. Windows color (decimal): -1386559 or 12703722. OLE color: 12703722.
HSL color Cylindrical-coordinate representation of color #EAD7C1: hue angle of 32.2º degrees, saturation: 0.49, 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 #EAD7C1 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 215 | 193 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.08 |
| HSL | 32.2º | 0.49% | 0.84% | - |
| HSV(B) | 32.2º | 0.18% | 0.92% | - |
| XYZ | 67.86 | 69.94 | 60.38 | - |
| YUV | 218.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 215 | 193 | 0 | 0.08 | 0.18 | 0.08 | 32.2 | 0.49 | 0.84 |
| Hex | EA | D7 | C1 | 0 | 8 | 12 | 8 | 20 | 31 | 54 |
| Octal | 352 | 327 | 301 | 0 | 10 | 22 | 10 | 40 | 61 | 124 |
| Binary | 11101010 | 11010111 | 11000001 | 0 | 1000 | 10010 | 1000 | 100000 | 110001 | 1010100 |
Color Harmonies of #EAD7C1
Complementary color
Monochromatic Colors of #EAD7C1
Black with #EAD7C1
Text Example
Text Example
White with #EAD7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD7C1; }
p { color: rgb(234,215,193); }
H1.HeaderClassName
{
color: #EAD7C1;
}
.AnyTagClassName
{
color: #EAD7C1;
}
</style>
background-color css
<style>
a { background-color: #EAD7C1; }
a { background-color: rgb(234,215,193); }
div.DivClassName
{
background-color: #EAD7C1;
}
.BgClassName
{
background-color: #EAD7C1;
}
</style>
border-color css
<style>
span { border-color: #EAD7C1; }
span { border-color: rgb(234,215,193); }
td.TdClassName
{
border-color: #EAD7C1;
}
.TagClassName
{
border-color: #EAD7C1;
}
</style>