#E0D3AD

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

Shades of Sapling #E0D3AD

Tints of Sapling #E0D3AD

Color information

#E0D3AD (or 0xE0D3AD) is unknown color: approx Sapling. HEX triplet: E0, D3 and AD. RGB value is (224,211,173). Sum of RGB (Red+Green+Blue) = 224+211+173=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D3AD is #1F2C52. Grayscale: #D2D2D2. Windows color (decimal): -2042963 or 11391968. OLE color: 11391968.

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

Color convert

RGB224211173-
CMYK00.060.230.12
HSL44.71º45.13%77.84%-
HSV(B)44.71º22.77%87.84%-
XYZ61.5865.4548.92-
YUV210.56106.81137.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.84%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=36.84%
G=34.70%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421117300.060.230.1244.7145.1377.84
HexE0D3AD0617C2d2d4e
Octal3403232550627145555116
Binary11100000110100111010110101101011111001011011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D3AD; }

 p { color: rgb(224,211,173); }

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

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

 a { background-color: rgb(224,211,173); }

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

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

 span { border-color: rgb(224,211,173); }

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