Shades of Spanish White #E2D0BA
Tints of Spanish White #E2D0BA
RGB
CMYK
RGB Variations
Color information
#E2D0BA (or 0xE2D0BA) is known color: Spanish White. HEX triplet: E2, D0 and BA. RGB value is (226,208,186). Sum of RGB (Red+Green+Blue) = 226+208+186=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D0BA is #1D2F45. Grayscale: #D2D2D2. Windows color (decimal): -1912646 or 12243170. OLE color: 12243170.
HSL color Cylindrical-coordinate representation of color #E2D0BA: hue angle of 33º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2D0BA is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 186 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.11 |
| HSL | 33º | 0.41% | 0.81% | - |
| HSV(B) | 33º | 0.18% | 0.89% | - |
| XYZ | 62.78 | 64.83 | 55.66 | - |
| YUV | 210.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 186 | 0 | 0.08 | 0.18 | 0.11 | 33 | 0.41 | 0.81 |
| Hex | E2 | D0 | BA | 0 | 8 | 12 | B | 21 | 29 | 51 |
| Octal | 342 | 320 | 272 | 0 | 10 | 22 | 13 | 41 | 51 | 121 |
| Binary | 11100010 | 11010000 | 10111010 | 0 | 1000 | 10010 | 1011 | 100001 | 101001 | 1010001 |
Color Harmonies of #E2D0BA
Complementary color
Monochromatic Colors of #E2D0BA
Black with #E2D0BA
Text Example
Text Example
White with #E2D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D0BA; }
p { color: rgb(226,208,186); }
H1.HeaderClassName
{
color: #E2D0BA;
}
.AnyTagClassName
{
color: #E2D0BA;
}
</style>
background-color css
<style>
a { background-color: #E2D0BA; }
a { background-color: rgb(226,208,186); }
div.DivClassName
{
background-color: #E2D0BA;
}
.BgClassName
{
background-color: #E2D0BA;
}
</style>
border-color css
<style>
span { border-color: #E2D0BA; }
span { border-color: rgb(226,208,186); }
td.TdClassName
{
border-color: #E2D0BA;
}
.TagClassName
{
border-color: #E2D0BA;
}
</style>