Shades of Spanish White #E3D0B4
Tints of Spanish White #E3D0B4
RGB
CMYK
RGB Variations
Color information
#E3D0B4 (or 0xE3D0B4) is known color: Spanish White. HEX triplet: E3, D0 and B4. RGB value is (227,208,180). Sum of RGB (Red+Green+Blue) = 227+208+180=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D0B4 is #1C2F4B. Grayscale: #D2D2D2. Windows color (decimal): -1847116 or 11849955. OLE color: 11849955.
HSL color Cylindrical-coordinate representation of color #E3D0B4: hue angle of 35.74º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E3D0B4 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 180 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.11 |
| HSL | 35.74º | 0.46% | 0.8% | - |
| HSV(B) | 35.74º | 0.21% | 0.89% | - |
| XYZ | 62.47 | 64.74 | 52.38 | - |
| YUV | 210.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 180 | 0 | 0.08 | 0.21 | 0.11 | 35.74 | 0.46 | 0.8 |
| Hex | E3 | D0 | B4 | 0 | 8 | 15 | B | 24 | 2E | 50 |
| Octal | 343 | 320 | 264 | 0 | 10 | 25 | 13 | 44 | 56 | 120 |
| Binary | 11100011 | 11010000 | 10110100 | 0 | 1000 | 10101 | 1011 | 100100 | 101110 | 1010000 |
Color Harmonies of #E3D0B4
Complementary color
Monochromatic Colors of #E3D0B4
Black with #E3D0B4
Text Example
Text Example
White with #E3D0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0B4; }
p { color: rgb(227,208,180); }
H1.HeaderClassName
{
color: #E3D0B4;
}
.AnyTagClassName
{
color: #E3D0B4;
}
</style>
background-color css
<style>
a { background-color: #E3D0B4; }
a { background-color: rgb(227,208,180); }
div.DivClassName
{
background-color: #E3D0B4;
}
.BgClassName
{
background-color: #E3D0B4;
}
</style>
border-color css
<style>
span { border-color: #E3D0B4; }
span { border-color: rgb(227,208,180); }
td.TdClassName
{
border-color: #E3D0B4;
}
.TagClassName
{
border-color: #E3D0B4;
}
</style>