#E5D7BE

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

Shades of Solitaire #E5D7BE

Tints of Solitaire #E5D7BE

Color information

#E5D7BE (or 0xE5D7BE) is unknown color: approx Solitaire. HEX triplet: E5, D7 and BE. RGB value is (229,215,190). Sum of RGB (Red+Green+Blue) = 229+215+190=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7BE is #1A2841. Grayscale: #D8D8D8. Windows color (decimal): -1714242 or 12507109. OLE color: 12507109.

HSL color Cylindrical-coordinate representation of color #E5D7BE: hue angle of 38.46º degrees, saturation: 0.43, 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 #E5D7BE is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229215190-
CMYK00.060.170.10
HSL38.46º42.86%82.16%-
HSV(B)38.46º17.03%89.8%-
XYZ65.9168.9858.56-
YUV216.34113.14137.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.12%
GREEN value IS 215 (84.38% from 255) = 33.91%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=36.12%
G=33.91%
B=29.97%

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
Decimal22921519000.060.170.1038.4642.8682.16
HexE5D7BE0611A262b52
Octal3453272760621124653122
Binary11100101110101111011111001101000110101001101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D7BE; }

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

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

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

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

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

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

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

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