Shades of Spanish White #E0D0B8
Tints of Spanish White #E0D0B8
RGB
CMYK
RGB Variations
Color information
#E0D0B8 (or 0xE0D0B8) is known color: Spanish White. HEX triplet: E0, D0 and B8. RGB value is (224,208,184). Sum of RGB (Red+Green+Blue) = 224+208+184=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D0B8 is #1F2F47. Grayscale: #D2D2D2. Windows color (decimal): -2043720 or 12112096. OLE color: 12112096.
HSL color Cylindrical-coordinate representation of color #E0D0B8: hue angle of 36º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0D0B8 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 208 | 184 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.12 |
| HSL | 36º | 0.39% | 0.8% | - |
| HSV(B) | 36º | 0.18% | 0.88% | - |
| XYZ | 61.95 | 64.42 | 54.52 | - |
| YUV | 210.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 208 | 184 | 0 | 0.07 | 0.18 | 0.12 | 36 | 0.39 | 0.8 |
| Hex | E0 | D0 | B8 | 0 | 7 | 12 | C | 24 | 27 | 50 |
| Octal | 340 | 320 | 270 | 0 | 7 | 22 | 14 | 44 | 47 | 120 |
| Binary | 11100000 | 11010000 | 10111000 | 0 | 111 | 10010 | 1100 | 100100 | 100111 | 1010000 |
Color Harmonies of #E0D0B8
Complementary color
Monochromatic Colors of #E0D0B8
Black with #E0D0B8
Text Example
Text Example
White with #E0D0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D0B8; }
p { color: rgb(224,208,184); }
H1.HeaderClassName
{
color: #E0D0B8;
}
.AnyTagClassName
{
color: #E0D0B8;
}
</style>
background-color css
<style>
a { background-color: #E0D0B8; }
a { background-color: rgb(224,208,184); }
div.DivClassName
{
background-color: #E0D0B8;
}
.BgClassName
{
background-color: #E0D0B8;
}
</style>
border-color css
<style>
span { border-color: #E0D0B8; }
span { border-color: rgb(224,208,184); }
td.TdClassName
{
border-color: #E0D0B8;
}
.TagClassName
{
border-color: #E0D0B8;
}
</style>