#E1D1BA

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

Shades of Spanish White #E1D1BA

Tints of Spanish White #E1D1BA

Color information

#E1D1BA (or 0xE1D1BA) is unknown color: approx Spanish White. HEX triplet: E1, D1 and BA. RGB value is (225,209,186). Sum of RGB (Red+Green+Blue) = 225+209+186=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1BA is #1E2E45. Grayscale: #D3D3D3. Windows color (decimal): -1977926 or 12243425. OLE color: 12243425.

HSL color Cylindrical-coordinate representation of color #E1D1BA: hue angle of 35.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1D1BA is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225209186-
CMYK00.070.170.12
HSL35.38º39.39%80.59%-
HSV(B)35.38º17.33%88.24%-
XYZ62.7165.1555.72-
YUV211.16113.8137.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 209 (82.03% from 255) = 33.71%
BLUE value IS 186 (73.05% from 255) = 30%
R=36.29%
G=33.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520918600.070.170.1235.3839.3980.59
HexE1D1BA0711C232751
Octal3413212720721144347121
Binary11100001110100011011101001111000111001000111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D1BA; }

 p { color: rgb(225,209,186); }

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

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

 a { background-color: rgb(225,209,186); }

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

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

 span { border-color: rgb(225,209,186); }

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