Shades of Spanish White #E2D0AE
Tints of Spanish White #E2D0AE
RGB
CMYK
RGB Variations
Color information
#E2D0AE (or 0xE2D0AE) is known color: Spanish White. HEX triplet: E2, D0 and AE. RGB value is (226,208,174). Sum of RGB (Red+Green+Blue) = 226+208+174=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D0AE is #1D2F51. Grayscale: #D1D1D1. Windows color (decimal): -1912658 or 11456738. OLE color: 11456738.
HSL color Cylindrical-coordinate representation of color #E2D0AE: hue angle of 39.23º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2D0AE is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 174 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.11 |
| HSL | 39.23º | 0.47% | 0.78% | - |
| HSV(B) | 39.23º | 0.23% | 0.89% | - |
| XYZ | 61.56 | 64.34 | 49.22 | - |
| YUV | 209.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 174 | 0 | 0.08 | 0.23 | 0.11 | 39.23 | 0.47 | 0.78 |
| Hex | E2 | D0 | AE | 0 | 8 | 17 | B | 27 | 2F | 4E |
| Octal | 342 | 320 | 256 | 0 | 10 | 27 | 13 | 47 | 57 | 116 |
| Binary | 11100010 | 11010000 | 10101110 | 0 | 1000 | 10111 | 1011 | 100111 | 101111 | 1001110 |
Color Harmonies of #E2D0AE
Complementary color
Monochromatic Colors of #E2D0AE
Black with #E2D0AE
Text Example
Text Example
White with #E2D0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D0AE; }
p { color: rgb(226,208,174); }
H1.HeaderClassName
{
color: #E2D0AE;
}
.AnyTagClassName
{
color: #E2D0AE;
}
</style>
background-color css
<style>
a { background-color: #E2D0AE; }
a { background-color: rgb(226,208,174); }
div.DivClassName
{
background-color: #E2D0AE;
}
.BgClassName
{
background-color: #E2D0AE;
}
</style>
border-color css
<style>
span { border-color: #E2D0AE; }
span { border-color: rgb(226,208,174); }
td.TdClassName
{
border-color: #E2D0AE;
}
.TagClassName
{
border-color: #E2D0AE;
}
</style>