#E0D4AD

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

Shades of Sapling #E0D4AD

Tints of Sapling #E0D4AD

Color information

#E0D4AD (or 0xE0D4AD) is unknown color: approx Sapling. HEX triplet: E0, D4 and AD. RGB value is (224,212,173). Sum of RGB (Red+Green+Blue) = 224+212+173=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D4AD is #1F2B52. Grayscale: #D3D3D3. Windows color (decimal): -2042707 or 11392224. OLE color: 11392224.

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

Color convert

RGB224212173-
CMYK00.050.230.12
HSL45.88º45.13%77.84%-
HSV(B)45.88º22.77%87.84%-
XYZ61.8365.9549.01-
YUV211.14106.48137.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 212 (83.20% from 255) = 34.81%
BLUE value IS 173 (67.97% from 255) = 28.41%
R=36.78%
G=34.81%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421217300.050.230.1245.8845.1377.84
HexE0D4AD0517C2e2d4e
Octal3403242550527145655116
Binary11100000110101001010110101011011111001011101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D4AD; }

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

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

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

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

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

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

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

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