#E2D2A0

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

Shades of Sapling #E2D2A0

Tints of Sapling #E2D2A0

Color information

#E2D2A0 (or 0xE2D2A0) is unknown color: approx Sapling. HEX triplet: E2, D2 and A0. RGB value is (226,210,160). Sum of RGB (Red+Green+Blue) = 226+210+160=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D2A0 is #1D2D5F. Grayscale: #D1D1D1. Windows color (decimal): -1912160 or 10539746. OLE color: 10539746.

HSL color Cylindrical-coordinate representation of color #E2D2A0: hue angle of 45.45º degrees, saturation: 0.53, 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 #E2D2A0 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB226210160-
CMYK00.070.290.11
HSL45.45º53.23%75.69%-
HSV(B)45.45º29.2%88.63%-
XYZ60.7664.842.56-
YUV209.08100.3140.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.92%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=37.92%
G=35.23%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621016000.070.290.1145.4553.2375.69
HexE2D2A0071DB2d354c
Octal3423222400735135565114
Binary11100010110100101010000001111110110111011011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D2A0; }

 p { color: rgb(226,210,160); }

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

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

 a { background-color: rgb(226,210,160); }

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

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

 span { border-color: rgb(226,210,160); }

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