#E6DAA4

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

Shades of Sapling #E6DAA4

Tints of Sapling #E6DAA4

Color information

#E6DAA4 (or 0xE6DAA4) is unknown color: approx Sapling. HEX triplet: E6, DA and A4. RGB value is (230,218,164). Sum of RGB (Red+Green+Blue) = 230+218+164=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DAA4 is #19255B. Grayscale: #D7D7D7. Windows color (decimal): -1647964 or 10803942. OLE color: 10803942.

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

Color convert

RGB230218164-
CMYK00.050.290.10
HSL49.09º56.9%77.25%-
HSV(B)49.09º28.7%90.2%-
XYZ64.4169.6545.17-
YUV215.4398.98138.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.58%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=37.58%
G=35.62%
B=26.80%

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
Decimal23021816400.050.290.1049.0956.977.25
HexE6DAA4051DA31394d
Octal3463322440535126171115
Binary11100110110110101010010001011110110101100011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAA4; }

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

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

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

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

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

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

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

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