#E0D5AF

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

Shades of Sapling #E0D5AF

Tints of Sapling #E0D5AF

Color information

#E0D5AF (or 0xE0D5AF) is unknown color: approx Sapling. HEX triplet: E0, D5 and AF. RGB value is (224,213,175). Sum of RGB (Red+Green+Blue) = 224+213+175=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D5AF is #1F2A50. Grayscale: #D4D4D4. Windows color (decimal): -2042449 or 11523552. OLE color: 11523552.

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

Color convert

RGB224213175-
CMYK00.050.220.12
HSL46.53º44.14%78.24%-
HSV(B)46.53º21.88%87.84%-
XYZ62.2766.5350.12-
YUV211.96107.14136.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=36.60%
G=34.80%
B=28.59%

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
Decimal22421317500.050.220.1246.5344.1478.24
HexE0D5AF0516C2f2c4e
Octal3403252570526145754116
Binary11100000110101011010111101011011011001011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D5AF; }

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

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

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

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

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

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

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

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