#E5D8A2

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

Shades of Sapling #E5D8A2

Tints of Sapling #E5D8A2

Color information

#E5D8A2 (or 0xE5D8A2) is unknown color: approx Sapling. HEX triplet: E5, D8 and A2. RGB value is (229,216,162). Sum of RGB (Red+Green+Blue) = 229+216+162=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 162 (63.67% from 255 or 26.69% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D8A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D8A2 is #1A275D. Grayscale: #D5D5D5. Windows color (decimal): -1714014 or 10672357. OLE color: 10672357.

HSL color Cylindrical-coordinate representation of color #E5D8A2: hue angle of 48.36º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5D8A2 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB229216162-
CMYK00.060.290.10
HSL48.36º56.3%76.67%-
HSV(B)48.36º29.26%89.8%-
XYZ63.3968.3844.04-
YUV213.7398.81138.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 162 (63.67% from 255) = 26.69%
R=37.73%
G=35.58%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921616200.060.290.1048.3656.376.67
HexE5D8A2061DA30384d
Octal3453302420635126070115
Binary11100101110110001010001001101110110101100001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D8A2; }

 p { color: rgb(229,216,162); }

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

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

 a { background-color: rgb(229,216,162); }

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

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

 span { border-color: rgb(229,216,162); }

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