#E1D6AE

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

Shades of Sapling #E1D6AE

Tints of Sapling #E1D6AE

Color information

#E1D6AE (or 0xE1D6AE) is unknown color: approx Sapling. HEX triplet: E1, D6 and AE. RGB value is (225,214,174). Sum of RGB (Red+Green+Blue) = 225+214+174=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D6AE is #1E2951. Grayscale: #D4D4D4. Windows color (decimal): -1976658 or 11458273. OLE color: 11458273.

HSL color Cylindrical-coordinate representation of color #E1D6AE: hue angle of 47.06º 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 #E1D6AE is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB225214174-
CMYK00.050.230.12
HSL47.06º45.95%78.24%-
HSV(B)47.06º22.67%88.24%-
XYZ62.7467.1649.7-
YUV212.73106.14136.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.70%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 174 (68.36% from 255) = 28.38%
R=36.70%
G=34.91%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521417400.050.230.1247.0645.9578.24
HexE1D6AE0517C2f2e4e
Octal3413262560527145756116
Binary11100001110101101010111001011011111001011111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D6AE; }

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

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

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

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

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

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

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

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