#E1D6AD

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

Shades of Sapling #E1D6AD

Tints of Sapling #E1D6AD

Color information

#E1D6AD (or 0xE1D6AD) is unknown color: approx Sapling. HEX triplet: E1, D6 and AD. RGB value is (225,214,173). Sum of RGB (Red+Green+Blue) = 225+214+173=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D6AD is #1E2952. Grayscale: #D4D4D4. Windows color (decimal): -1976659 or 11392737. OLE color: 11392737.

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

Color convert

RGB225214173-
CMYK00.050.230.12
HSL47.31º46.43%78.04%-
HSV(B)47.31º23.11%88.24%-
XYZ62.6467.1249.19-
YUV212.61105.64136.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.76%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 173 (67.97% from 255) = 28.27%
R=36.76%
G=34.97%
B=28.27%

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
Decimal22521417300.050.230.1247.3146.4378.04
HexE1D6AD0517C2f2e4e
Octal3413262550527145756116
Binary11100001110101101010110101011011111001011111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D6AD; }

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

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

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

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

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

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

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

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