Shades of Almond #EED7BE
Tints of Almond #EED7BE
RGB
CMYK
RGB Variations
Color information
#EED7BE (or 0xEED7BE) is known color: Almond. HEX triplet: EE, D7 and BE. RGB value is (238,215,190). Sum of RGB (Red+Green+Blue) = 238+215+190=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7BE is #112841. Grayscale: #DBDBDB. Windows color (decimal): -1124418 or 12507118. OLE color: 12507118.
HSL color Cylindrical-coordinate representation of color #EED7BE: hue angle of 31.25º 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 #EED7BE is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 190 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.07 |
| HSL | 31.25º | 0.59% | 0.84% | - |
| HSV(B) | 31.25º | 0.2% | 0.93% | - |
| XYZ | 68.85 | 70.5 | 58.69 | - |
| YUV | 219.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 190 | 0 | 0.10 | 0.20 | 0.07 | 31.25 | 0.59 | 0.84 |
| Hex | EE | D7 | BE | 0 | A | 14 | 7 | 1F | 3B | 54 |
| Octal | 356 | 327 | 276 | 0 | 12 | 24 | 7 | 37 | 73 | 124 |
| Binary | 11101110 | 11010111 | 10111110 | 0 | 1010 | 10100 | 111 | 11111 | 111011 | 1010100 |
Color Harmonies of #EED7BE
Complementary color
Monochromatic Colors of #EED7BE
Black with #EED7BE
Text Example
Text Example
White with #EED7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED7BE; }
p { color: rgb(238,215,190); }
H1.HeaderClassName
{
color: #EED7BE;
}
.AnyTagClassName
{
color: #EED7BE;
}
</style>
background-color css
<style>
a { background-color: #EED7BE; }
a { background-color: rgb(238,215,190); }
div.DivClassName
{
background-color: #EED7BE;
}
.BgClassName
{
background-color: #EED7BE;
}
</style>
border-color css
<style>
span { border-color: #EED7BE; }
span { border-color: rgb(238,215,190); }
td.TdClassName
{
border-color: #EED7BE;
}
.TagClassName
{
border-color: #EED7BE;
}
</style>