Shades of Almond #EAD4C2
Tints of Almond #EAD4C2
RGB
CMYK
RGB Variations
Color information
#EAD4C2 (or 0xEAD4C2) is known color: Almond. HEX triplet: EA, D4 and C2. RGB value is (234,212,194). Sum of RGB (Red+Green+Blue) = 234+212+194=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4C2 is #152B3D. Grayscale: #D8D8D8. Windows color (decimal): -1387326 or 12768490. OLE color: 12768490.
HSL color Cylindrical-coordinate representation of color #EAD4C2: hue angle of 27º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAD4C2 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 212 | 194 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.08 |
| HSL | 27º | 0.49% | 0.84% | - |
| HSV(B) | 27º | 0.17% | 0.92% | - |
| XYZ | 67.21 | 68.47 | 60.71 | - |
| YUV | 216.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 212 | 194 | 0 | 0.09 | 0.17 | 0.08 | 27 | 0.49 | 0.84 |
| Hex | EA | D4 | C2 | 0 | 9 | 11 | 8 | 1B | 31 | 54 |
| Octal | 352 | 324 | 302 | 0 | 11 | 21 | 10 | 33 | 61 | 124 |
| Binary | 11101010 | 11010100 | 11000010 | 0 | 1001 | 10001 | 1000 | 11011 | 110001 | 1010100 |
Color Harmonies of #EAD4C2
Complementary color
Monochromatic Colors of #EAD4C2
Black with #EAD4C2
Text Example
Text Example
White with #EAD4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD4C2; }
p { color: rgb(234,212,194); }
H1.HeaderClassName
{
color: #EAD4C2;
}
.AnyTagClassName
{
color: #EAD4C2;
}
</style>
background-color css
<style>
a { background-color: #EAD4C2; }
a { background-color: rgb(234,212,194); }
div.DivClassName
{
background-color: #EAD4C2;
}
.BgClassName
{
background-color: #EAD4C2;
}
</style>
border-color css
<style>
span { border-color: #EAD4C2; }
span { border-color: rgb(234,212,194); }
td.TdClassName
{
border-color: #EAD4C2;
}
.TagClassName
{
border-color: #EAD4C2;
}
</style>