#E1D0AE

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

Shades of Spanish White #E1D0AE

Tints of Spanish White #E1D0AE

Color information

#E1D0AE (or 0xE1D0AE) is unknown color: approx Spanish White. HEX triplet: E1, D0 and AE. RGB value is (225,208,174). Sum of RGB (Red+Green+Blue) = 225+208+174=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D0AE is #1E2F51. Grayscale: #D1D1D1. Windows color (decimal): -1978194 or 11456737. OLE color: 11456737.

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

Color convert

RGB225208174-
CMYK00.080.230.12
HSL40º45.95%78.24%-
HSV(B)40º22.67%88.24%-
XYZ61.2564.1849.2-
YUV209.21108.13139.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.07%
GREEN value IS 208 (81.64% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=37.07%
G=34.27%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520817400.080.230.124045.9578.24
HexE1D0AE0817C282e4e
Octal34132025601027145056116
Binary111000011101000010101110010001011111001010001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0AE; }

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

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

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

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

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

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

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

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