#E0D69C

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

Shades of Sapling #E0D69C

Tints of Sapling #E0D69C

Color information

#E0D69C (or 0xE0D69C) is unknown color: approx Sapling. HEX triplet: E0, D6 and 9C. RGB value is (224,214,156). Sum of RGB (Red+Green+Blue) = 224+214+156=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D69C is #1F2963. Grayscale: #D2D2D2. Windows color (decimal): -2042212 or 10278624. OLE color: 10278624.

HSL color Cylindrical-coordinate representation of color #E0D69C: hue angle of 51.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0D69C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224214156-
CMYK00.040.300.12
HSL51.18º52.31%74.51%-
HSV(B)51.18º30.36%87.84%-
XYZ60.7966.3441.05-
YUV210.3897.31137.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.71%
GREEN value IS 214 (83.98% from 255) = 36.03%
BLUE value IS 156 (61.33% from 255) = 26.26%
R=37.71%
G=36.03%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421415600.040.300.1251.1852.3174.51
HexE0D69C041EC33344b
Octal3403262340436146364113
Binary11100000110101101001110001001111011001100111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D69C; }

 p { color: rgb(224,214,156); }

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

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

 a { background-color: rgb(224,214,156); }

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

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

 span { border-color: rgb(224,214,156); }

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