#E1D7AD

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

Shades of Sapling #E1D7AD

Tints of Sapling #E1D7AD

Color information

#E1D7AD (or 0xE1D7AD) is unknown color: approx Sapling. HEX triplet: E1, D7 and AD. RGB value is (225,215,173). Sum of RGB (Red+Green+Blue) = 225+215+173=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D7AD is #1E2852. Grayscale: #D5D5D5. Windows color (decimal): -1976403 or 11392993. OLE color: 11392993.

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

Color convert

RGB225215173-
CMYK00.040.230.12
HSL48.46º46.43%78.04%-
HSV(B)48.46º23.11%88.24%-
XYZ62.8967.6349.27-
YUV213.2105.31136.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.70%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 173 (67.97% from 255) = 28.22%
R=36.70%
G=35.07%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521517300.040.230.1248.4646.4378.04
HexE1D7AD0417C302e4e
Octal3413272550427146056116
Binary11100001110101111010110101001011111001100001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7AD; }

 p { color: rgb(225,215,173); }

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

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

 a { background-color: rgb(225,215,173); }

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

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

 span { border-color: rgb(225,215,173); }

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