#E1D5AE

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

Shades of Sapling #E1D5AE

Tints of Sapling #E1D5AE

Color information

#E1D5AE (or 0xE1D5AE) is unknown color: approx Sapling. HEX triplet: E1, D5 and AE. RGB value is (225,213,174). Sum of RGB (Red+Green+Blue) = 225+213+174=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D5AE is #1E2A51. Grayscale: #D4D4D4. Windows color (decimal): -1976914 or 11458017. OLE color: 11458017.

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

Color convert

RGB225213174-
CMYK00.050.230.12
HSL45.88º45.95%78.24%-
HSV(B)45.88º22.67%88.24%-
XYZ62.4966.6549.62-
YUV212.14106.48137.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.76%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=36.76%
G=34.80%
B=28.43%

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
Decimal22521317400.050.230.1245.8845.9578.24
HexE1D5AE0517C2e2e4e
Octal3413252560527145656116
Binary11100001110101011010111001011011111001011101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D5AE; }

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

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

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

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

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

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

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

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