#ECD7BE

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

Shades of Solitaire #ECD7BE

Tints of Solitaire #ECD7BE

Color information

#ECD7BE (or 0xECD7BE) is unknown color: approx Solitaire. HEX triplet: EC, D7 and BE. RGB value is (236,215,190). Sum of RGB (Red+Green+Blue) = 236+215+190=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7BE is #132841. Grayscale: #DADADA. Windows color (decimal): -1255490 or 12507116. OLE color: 12507116.

HSL color Cylindrical-coordinate representation of color #ECD7BE: hue angle of 32.61º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECD7BE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236215190-
CMYK00.090.190.07
HSL32.61º54.76%83.53%-
HSV(B)32.61º19.49%92.55%-
XYZ68.1970.1558.66-
YUV218.43111.96140.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.82%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 190 (74.61% from 255) = 29.64%
R=36.82%
G=33.54%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621519000.090.190.0732.6154.7683.53
HexECD7BE09137213754
Octal3543272760112374167124
Binary11101100110101111011111001001100111111000011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD7BE; }

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

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

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

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

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

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

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

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