#E5D7BF

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

Shades of Solitaire #E5D7BF

Tints of Solitaire #E5D7BF

Color information

#E5D7BF (or 0xE5D7BF) is unknown color: approx Solitaire. HEX triplet: E5, D7 and BF. RGB value is (229,215,191). Sum of RGB (Red+Green+Blue) = 229+215+191=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7BF is #1A2840. Grayscale: #D8D8D8. Windows color (decimal): -1714241 or 12572645. OLE color: 12572645.

HSL color Cylindrical-coordinate representation of color #E5D7BF: hue angle of 37.89º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5D7BF is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229215191-
CMYK00.060.170.10
HSL37.89º42.22%82.35%-
HSV(B)37.89º16.59%89.8%-
XYZ66.0269.0259.13-
YUV216.45113.64136.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.06%
GREEN value IS 215 (84.38% from 255) = 33.86%
BLUE value IS 191 (75% from 255) = 30.08%
R=36.06%
G=33.86%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921519100.060.170.1037.8942.2282.35
HexE5D7BF0611A262a52
Octal3453272770621124652122
Binary11100101110101111011111101101000110101001101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D7BF; }

 p { color: rgb(229,215,191); }

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

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

 a { background-color: rgb(229,215,191); }

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

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

 span { border-color: rgb(229,215,191); }

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