#E0D2AD

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

Shades of Sapling #E0D2AD

Tints of Sapling #E0D2AD

Color information

#E0D2AD (or 0xE0D2AD) is unknown color: approx Sapling. HEX triplet: E0, D2 and AD. RGB value is (224,210,173). Sum of RGB (Red+Green+Blue) = 224+210+173=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D2AD is #1F2D52. Grayscale: #D2D2D2. Windows color (decimal): -2043219 or 11391712. OLE color: 11391712.

HSL color Cylindrical-coordinate representation of color #E0D2AD: hue angle of 43.53º 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 #E0D2AD is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB224210173-
CMYK00.060.230.12
HSL43.53º45.13%77.84%-
HSV(B)43.53º22.77%87.84%-
XYZ61.3364.9648.84-
YUV209.97107.14138.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.90%
GREEN value IS 210 (82.42% from 255) = 34.60%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=36.90%
G=34.60%
B=28.50%

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
Decimal22421017300.060.230.1243.5345.1377.84
HexE0D2AD0617C2c2d4e
Octal3403222550627145455116
Binary11100000110100101010110101101011111001011001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D2AD; }

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

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

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

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

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

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

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

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