#E7D2BA

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

Shades of Solitaire #E7D2BA

Tints of Solitaire #E7D2BA

Color information

#E7D2BA (or 0xE7D2BA) is unknown color: approx Solitaire. HEX triplet: E7, D2 and BA. RGB value is (231,210,186). Sum of RGB (Red+Green+Blue) = 231+210+186=627 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.84% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2BA is #182D45. Grayscale: #D5D5D5. Windows color (decimal): -1584454 or 12243687. OLE color: 12243687.

HSL color Cylindrical-coordinate representation of color #E7D2BA: hue angle of 32º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7D2BA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231210186-
CMYK00.090.190.09
HSL32º48.39%81.76%-
HSV(B)32º19.48%90.59%-
XYZ64.8666.6355.9-
YUV213.54112.46140.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.84%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=36.84%
G=33.49%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121018600.090.190.093248.3981.76
HexE7D2BA09139203052
Octal34732227201123114060122
Binary111001111101001010111010010011001110011000001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2BA; }

 p { color: rgb(231,210,186); }

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

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

 a { background-color: rgb(231,210,186); }

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

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

 span { border-color: rgb(231,210,186); }

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