#E3D6A2

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

Shades of Sapling #E3D6A2

Tints of Sapling #E3D6A2

Color information

#E3D6A2 (or 0xE3D6A2) is unknown color: approx Sapling. HEX triplet: E3, D6 and A2. RGB value is (227,214,162). Sum of RGB (Red+Green+Blue) = 227+214+162=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3D6A2 is #1C295D. Grayscale: #D4D4D4. Windows color (decimal): -1845598 or 10671843. OLE color: 10671843.

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

Color convert

RGB227214162-
CMYK00.060.290.11
HSL48º53.72%76.27%-
HSV(B)48º28.63%89.02%-
XYZ62.2567.0343.84-
YUV211.9699.81138.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.65%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 162 (63.67% from 255) = 26.87%
R=37.65%
G=35.49%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721416200.060.290.114853.7276.27
HexE3D6A2061DB30364c
Octal3433262420635136066114
Binary11100011110101101010001001101110110111100001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D6A2; }

 p { color: rgb(227,214,162); }

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

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

 a { background-color: rgb(227,214,162); }

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

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

 span { border-color: rgb(227,214,162); }

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