#E1D4A0

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

Shades of Sapling #E1D4A0

Tints of Sapling #E1D4A0

Color information

#E1D4A0 (or 0xE1D4A0) is unknown color: approx Sapling. HEX triplet: E1, D4 and A0. RGB value is (225,212,160). Sum of RGB (Red+Green+Blue) = 225+212+160=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D4A0 is #1E2B5F. Grayscale: #D2D2D2. Windows color (decimal): -1977184 or 10540257. OLE color: 10540257.

HSL color Cylindrical-coordinate representation of color #E1D4A0: hue angle of 48º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1D4A0 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225212160-
CMYK00.060.290.12
HSL48º52%75.49%-
HSV(B)48º28.89%88.24%-
XYZ60.9465.6342.71-
YUV209.9699.81138.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.69%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 160 (62.89% from 255) = 26.80%
R=37.69%
G=35.51%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521216000.060.290.12485275.49
HexE1D4A0061DC30344b
Octal3413242400635146064113
Binary11100001110101001010000001101110111001100001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4A0; }

 p { color: rgb(225,212,160); }

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

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

 a { background-color: rgb(225,212,160); }

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

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

 span { border-color: rgb(225,212,160); }

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