#E0D6AF

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

Shades of Sapling #E0D6AF

Tints of Sapling #E0D6AF

Color information

#E0D6AF (or 0xE0D6AF) is unknown color: approx Sapling. HEX triplet: E0, D6 and AF. RGB value is (224,214,175). Sum of RGB (Red+Green+Blue) = 224+214+175=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D6AF is #1F2950. Grayscale: #D4D4D4. Windows color (decimal): -2042193 or 11523808. OLE color: 11523808.

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

Color convert

RGB224214175-
CMYK00.040.220.12
HSL47.76º44.14%78.24%-
HSV(B)47.76º21.88%87.84%-
XYZ62.5267.0450.2-
YUV212.54106.81136.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 214 (83.98% from 255) = 34.91%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=36.54%
G=34.91%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421417500.040.220.1247.7644.1478.24
HexE0D6AF0416C302c4e
Octal3403262570426146054116
Binary11100000110101101010111101001011011001100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D6AF; }

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

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

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

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

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

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

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

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