#EBD7BE

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

Shades of Solitaire #EBD7BE

Tints of Solitaire #EBD7BE

Color information

#EBD7BE (or 0xEBD7BE) is unknown color: approx Solitaire. HEX triplet: EB, D7 and BE. RGB value is (235,215,190). Sum of RGB (Red+Green+Blue) = 235+215+190=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7BE is #142841. Grayscale: #DADADA. Windows color (decimal): -1321026 or 12507115. OLE color: 12507115.

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

Color convert

RGB235215190-
CMYK00.090.190.08
HSL33.33º52.94%83.33%-
HSV(B)33.33º19.15%92.16%-
XYZ67.8669.9858.65-
YUV218.13112.13140.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=36.72%
G=33.59%
B=29.69%

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
Decimal23521519000.090.190.0833.3352.9483.33
HexEBD7BE09138213553
Octal35332727601123104165123
Binary111010111101011110111110010011001110001000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7BE; }

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

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

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

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

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

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

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

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