#E0D4AC

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

Shades of Sapling #E0D4AC

Tints of Sapling #E0D4AC

Color information

#E0D4AC (or 0xE0D4AC) is unknown color: approx Sapling. HEX triplet: E0, D4 and AC. RGB value is (224,212,172). Sum of RGB (Red+Green+Blue) = 224+212+172=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D4AC is #1F2B53. Grayscale: #D3D3D3. Windows color (decimal): -2042708 or 11326688. OLE color: 11326688.

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

Color convert

RGB224212172-
CMYK00.050.230.12
HSL46.15º45.61%77.65%-
HSV(B)46.15º23.21%87.84%-
XYZ61.7365.9148.5-
YUV211.03105.98137.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.84%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 172 (67.58% from 255) = 28.29%
R=36.84%
G=34.87%
B=28.29%

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
Decimal22421217200.050.230.1246.1545.6177.65
HexE0D4AC0517C2e2e4e
Octal3403242540527145656116
Binary11100000110101001010110001011011111001011101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D4AC; }

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

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

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

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

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

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

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

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