#E0D4AF

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

Shades of Sapling #E0D4AF

Tints of Sapling #E0D4AF

Color information

#E0D4AF (or 0xE0D4AF) is unknown color: approx Sapling. HEX triplet: E0, D4 and AF. RGB value is (224,212,175). Sum of RGB (Red+Green+Blue) = 224+212+175=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D4AF is #1F2B50. Grayscale: #D3D3D3. Windows color (decimal): -2042705 or 11523296. OLE color: 11523296.

HSL color Cylindrical-coordinate representation of color #E0D4AF: hue angle of 45.31º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0D4AF is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB224212175-
CMYK00.050.220.12
HSL45.31º44.14%78.24%-
HSV(B)45.31º21.88%87.84%-
XYZ62.0266.0350.03-
YUV211.37107.48137.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 175 (68.75% from 255) = 28.64%
R=36.66%
G=34.70%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421217500.050.220.1245.3144.1478.24
HexE0D4AF0516C2d2c4e
Octal3403242570526145554116
Binary11100000110101001010111101011011011001011011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D4AF; }

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

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

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

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

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

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

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

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