#E2D69C

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

Shades of Sapling #E2D69C

Tints of Sapling #E2D69C

Color information

#E2D69C (or 0xE2D69C) is unknown color: approx Sapling. HEX triplet: E2, D6 and 9C. RGB value is (226,214,156). Sum of RGB (Red+Green+Blue) = 226+214+156=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D69C is #1D2963. Grayscale: #D3D3D3. Windows color (decimal): -1911140 or 10278626. OLE color: 10278626.

HSL color Cylindrical-coordinate representation of color #E2D69C: hue angle of 49.71º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2D69C is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226214156-
CMYK00.050.310.11
HSL49.71º54.69%74.9%-
HSV(B)49.71º30.97%88.63%-
XYZ61.4166.6641.08-
YUV210.9896.98138.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 156 (61.33% from 255) = 26.17%
R=37.92%
G=35.91%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621415600.050.310.1149.7154.6974.9
HexE2D69C051FB32374b
Octal3423262340537136267113
Binary11100010110101101001110001011111110111100101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D69C; }

 p { color: rgb(226,214,156); }

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

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

 a { background-color: rgb(226,214,156); }

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

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

 span { border-color: rgb(226,214,156); }

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