#e0d6aa

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

Shades of Sapling #E0D6AA

Tints of Sapling #E0D6AA

Color information

#E0D6AA (or 0xE0D6AA) is unknown color: approx Sapling. HEX triplet: E0, D6 and AA. RGB value is (224,214,170). Sum of RGB (Red+Green+Blue) = 224+214+170=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D6AA is #1F2955. Grayscale: #D4D4D4. Windows color (decimal): -2042198 or 11196128. OLE color: 11196128.

HSL color Cylindrical-coordinate representation of color #E0D6AA: hue angle of 48.89º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0D6AA is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224214170-
CMYK00.040.240.12
HSL48.89º46.55%77.25%-
HSV(B)48.89º24.11%87.84%-
XYZ62.0466.8447.66-
YUV211.97104.31136.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.84%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=36.84%
G=35.20%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421417000.040.240.1248.8946.5577.25
HexE0D6AA0418C312f4d
Octal3403262520430146157115
Binary11100000110101101010101001001100011001100011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0d6aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0d6aa; }

 p { color: rgb(224,214,170); }

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

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

 a { background-color: rgb(224,214,170); }

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

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

 span { border-color: rgb(224,214,170); }

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