#E6DAA3

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

Shades of Sapling #E6DAA3

Tints of Sapling #E6DAA3

Color information

#E6DAA3 (or 0xE6DAA3) is unknown color: approx Sapling. HEX triplet: E6, DA and A3. RGB value is (230,218,163). Sum of RGB (Red+Green+Blue) = 230+218+163=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 163 (64.06% from 255 or 26.68% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DAA3 is #19255C. Grayscale: #D7D7D7. Windows color (decimal): -1647965 or 10738406. OLE color: 10738406.

HSL color Cylindrical-coordinate representation of color #E6DAA3: hue angle of 49.25º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6DAA3 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB230218163-
CMYK00.050.290.10
HSL49.25º57.26%77.06%-
HSV(B)49.25º29.13%90.2%-
XYZ64.3269.6144.7-
YUV215.3298.48138.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.64%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 163 (64.06% from 255) = 26.68%
R=37.64%
G=35.68%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021816300.050.290.1049.2557.2677.06
HexE6DAA3051DA31394d
Octal3463322430535126171115
Binary11100110110110101010001101011110110101100011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAA3; }

 p { color: rgb(230,218,163); }

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

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

 a { background-color: rgb(230,218,163); }

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

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

 span { border-color: rgb(230,218,163); }

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