Shades of Spanish White #E5D6B9
Tints of Spanish White #E5D6B9
RGB
CMYK
RGB Variations
Color information
#E5D6B9 (or 0xE5D6B9) is known color: Spanish White. HEX triplet: E5, D6 and B9. RGB value is (229,214,185). Sum of RGB (Red+Green+Blue) = 229+214+185=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D6B9 is #1A2946. Grayscale: #D7D7D7. Windows color (decimal): -1714503 or 12179173. OLE color: 12179173.
HSL color Cylindrical-coordinate representation of color #E5D6B9: hue angle of 39.55º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5D6B9 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 185 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.10 |
| HSL | 39.55º | 0.46% | 0.81% | - |
| HSV(B) | 39.55º | 0.19% | 0.9% | - |
| XYZ | 65.12 | 68.25 | 55.64 | - |
| YUV | 215.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 185 | 0 | 0.07 | 0.19 | 0.10 | 39.55 | 0.46 | 0.81 |
| Hex | E5 | D6 | B9 | 0 | 7 | 13 | A | 28 | 2E | 51 |
| Octal | 345 | 326 | 271 | 0 | 7 | 23 | 12 | 50 | 56 | 121 |
| Binary | 11100101 | 11010110 | 10111001 | 0 | 111 | 10011 | 1010 | 101000 | 101110 | 1010001 |
Color Harmonies of #E5D6B9
Complementary color
Monochromatic Colors of #E5D6B9
Black with #E5D6B9
Text Example
Text Example
White with #E5D6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6B9; }
p { color: rgb(229,214,185); }
H1.HeaderClassName
{
color: #E5D6B9;
}
.AnyTagClassName
{
color: #E5D6B9;
}
</style>
background-color css
<style>
a { background-color: #E5D6B9; }
a { background-color: rgb(229,214,185); }
div.DivClassName
{
background-color: #E5D6B9;
}
.BgClassName
{
background-color: #E5D6B9;
}
</style>
border-color css
<style>
span { border-color: #E5D6B9; }
span { border-color: rgb(229,214,185); }
td.TdClassName
{
border-color: #E5D6B9;
}
.TagClassName
{
border-color: #E5D6B9;
}
</style>