#E0D0AB

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

Shades of Sapling #E0D0AB

Tints of Sapling #E0D0AB

Color information

#E0D0AB (or 0xE0D0AB) is unknown color: approx Sapling. HEX triplet: E0, D0 and AB. RGB value is (224,208,171). Sum of RGB (Red+Green+Blue) = 224+208+171=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D0AB is #1F2F54. Grayscale: #D0D0D0. Windows color (decimal): -2043733 or 11260128. OLE color: 11260128.

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

Color convert

RGB224208171-
CMYK00.070.240.12
HSL41.89º46.09%77.45%-
HSV(B)41.89º23.66%87.84%-
XYZ60.6563.947.67-
YUV208.57106.8139.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.15%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=37.15%
G=34.49%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420817100.070.240.1241.8946.0977.45
HexE0D0AB0718C2a2e4d
Octal3403202530730145256115
Binary11100000110100001010101101111100011001010101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D0AB; }

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

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

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

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

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

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

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

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