#EBD7BF

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

Shades of Solitaire #EBD7BF

Tints of Solitaire #EBD7BF

Color information

#EBD7BF (or 0xEBD7BF) is unknown color: approx Solitaire. HEX triplet: EB, D7 and BF. RGB value is (235,215,191). Sum of RGB (Red+Green+Blue) = 235+215+191=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7BF is #142840. Grayscale: #DADADA. Windows color (decimal): -1321025 or 12572651. OLE color: 12572651.

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

Color convert

RGB235215191-
CMYK00.090.190.08
HSL32.73º52.38%83.53%-
HSV(B)32.73º18.72%92.16%-
XYZ67.9770.0259.22-
YUV218.24112.63139.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 191 (75% from 255) = 29.80%
R=36.66%
G=33.54%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521519100.090.190.0832.7352.3883.53
HexEBD7BF09138213454
Octal35332727701123104164124
Binary111010111101011110111111010011001110001000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7BF; }

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

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

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

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

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

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

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

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