#E1D0B0

Color #E1D0B0 Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish White #E1D0B0

Tints of Spanish White #E1D0B0

Color information

#E1D0B0 (or 0xE1D0B0) is unknown color: approx Spanish White. HEX triplet: E1, D0 and B0. RGB value is (225,208,176). Sum of RGB (Red+Green+Blue) = 225+208+176=609 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.95% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D0B0 is #1E2F4F. Grayscale: #D1D1D1. Windows color (decimal): -1978192 or 11587809. OLE color: 11587809.

HSL color Cylindrical-coordinate representation of color #E1D0B0: hue angle of 39.18º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1D0B0 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225208176-
CMYK00.080.220.12
HSL39.18º44.95%78.63%-
HSV(B)39.18º21.78%88.24%-
XYZ61.4464.2550.24-
YUV209.43109.13139.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 36.95%
GREEN value IS 208 (81.64% from 255) = 34.15%
BLUE value IS 176 (69.14% from 255) = 28.90%
R=36.95%
G=34.15%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520817600.080.220.1239.1844.9578.63
HexE1D0B00816C272d4f
Octal34132026001026144755117
Binary111000011101000010110000010001011011001001111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0B0; }

 p { color: rgb(225,208,176); }

 H1.HeaderClassName
 {
   color: #E1D0B0;
 }
 .AnyTagClassName
 {
   color: #E1D0B0;
 }
</style>
background-color css

<style>
 a { background-color: #E1D0B0; }

 a { background-color: rgb(225,208,176); }

 div.DivClassName
 {
   background-color: #E1D0B0;
 }
 .BgClassName
 {
   background-color: #E1D0B0;
 }
</style>
border-color css

<style>
 span { border-color: #E1D0B0; }

 span { border-color: rgb(225,208,176); }

 td.TdClassName
 {
   border-color: #E1D0B0;
 }
 .TagClassName
 {
   border-color: #E1D0B0;
 }
</style>