Shades of Almond #EED8BE
Tints of Almond #EED8BE
RGB
CMYK
RGB Variations
Color information
#EED8BE (or 0xEED8BE) is known color: Almond. HEX triplet: EE, D8 and BE. RGB value is (238,216,190). Sum of RGB (Red+Green+Blue) = 238+216+190=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8BE is #112741. Grayscale: #DBDBDB. Windows color (decimal): -1124162 or 12507374. OLE color: 12507374.
HSL color Cylindrical-coordinate representation of color #EED8BE: hue angle of 32.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EED8BE is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 190 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.07 |
| HSL | 32.5º | 0.59% | 0.84% | - |
| HSV(B) | 32.5º | 0.2% | 0.93% | - |
| XYZ | 69.11 | 71.01 | 58.78 | - |
| YUV | 219.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 190 | 0 | 0.09 | 0.20 | 0.07 | 32.5 | 0.59 | 0.84 |
| Hex | EE | D8 | BE | 0 | 9 | 14 | 7 | 20 | 3B | 54 |
| Octal | 356 | 330 | 276 | 0 | 11 | 24 | 7 | 40 | 73 | 124 |
| Binary | 11101110 | 11011000 | 10111110 | 0 | 1001 | 10100 | 111 | 100000 | 111011 | 1010100 |
Color Harmonies of #EED8BE
Complementary color
Monochromatic Colors of #EED8BE
Black with #EED8BE
Text Example
Text Example
White with #EED8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8BE; }
p { color: rgb(238,216,190); }
H1.HeaderClassName
{
color: #EED8BE;
}
.AnyTagClassName
{
color: #EED8BE;
}
</style>
background-color css
<style>
a { background-color: #EED8BE; }
a { background-color: rgb(238,216,190); }
div.DivClassName
{
background-color: #EED8BE;
}
.BgClassName
{
background-color: #EED8BE;
}
</style>
border-color css
<style>
span { border-color: #EED8BE; }
span { border-color: rgb(238,216,190); }
td.TdClassName
{
border-color: #EED8BE;
}
.TagClassName
{
border-color: #EED8BE;
}
</style>