Shades of Almond #EAD2BE
Tints of Almond #EAD2BE
RGB
CMYK
RGB Variations
Color information
#EAD2BE (or 0xEAD2BE) is known color: Almond. HEX triplet: EA, D2 and BE. RGB value is (234,210,190). Sum of RGB (Red+Green+Blue) = 234+210+190=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2BE is #152D41. Grayscale: #D7D7D7. Windows color (decimal): -1387842 or 12505834. OLE color: 12505834.
HSL color Cylindrical-coordinate representation of color #EAD2BE: hue angle of 27.27º degrees, saturation: 0.51, 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 #EAD2BE is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 190 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.08 |
| HSL | 27.27º | 0.51% | 0.83% | - |
| HSV(B) | 27.27º | 0.19% | 0.92% | - |
| XYZ | 66.27 | 67.3 | 58.21 | - |
| YUV | 214.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 190 | 0 | 0.10 | 0.19 | 0.08 | 27.27 | 0.51 | 0.83 |
| Hex | EA | D2 | BE | 0 | A | 13 | 8 | 1B | 33 | 53 |
| Octal | 352 | 322 | 276 | 0 | 12 | 23 | 10 | 33 | 63 | 123 |
| Binary | 11101010 | 11010010 | 10111110 | 0 | 1010 | 10011 | 1000 | 11011 | 110011 | 1010011 |
Color Harmonies of #EAD2BE
Complementary color
Monochromatic Colors of #EAD2BE
Black with #EAD2BE
Text Example
Text Example
White with #EAD2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2BE; }
p { color: rgb(234,210,190); }
H1.HeaderClassName
{
color: #EAD2BE;
}
.AnyTagClassName
{
color: #EAD2BE;
}
</style>
background-color css
<style>
a { background-color: #EAD2BE; }
a { background-color: rgb(234,210,190); }
div.DivClassName
{
background-color: #EAD2BE;
}
.BgClassName
{
background-color: #EAD2BE;
}
</style>
border-color css
<style>
span { border-color: #EAD2BE; }
span { border-color: rgb(234,210,190); }
td.TdClassName
{
border-color: #EAD2BE;
}
.TagClassName
{
border-color: #EAD2BE;
}
</style>