#E0D6AB

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

Shades of Sapling #E0D6AB

Tints of Sapling #E0D6AB

Color information

#E0D6AB (or 0xE0D6AB) is unknown color: approx Sapling. HEX triplet: E0, D6 and AB. RGB value is (224,214,171). Sum of RGB (Red+Green+Blue) = 224+214+171=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D6AB is #1F2954. Grayscale: #D4D4D4. Windows color (decimal): -2042197 or 11261664. OLE color: 11261664.

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

Color convert

RGB224214171-
CMYK00.040.240.12
HSL48.68º46.09%77.45%-
HSV(B)48.68º23.66%87.84%-
XYZ62.1466.8848.16-
YUV212.09104.81136.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=36.78%
G=35.14%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421417100.040.240.1248.6846.0977.45
HexE0D6AB0418C312e4d
Octal3403262530430146156115
Binary11100000110101101010101101001100011001100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D6AB; }

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

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

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

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

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

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

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

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