#EBDABD

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

Shades of Solitaire #EBDABD

Tints of Solitaire #EBDABD

Color information

#EBDABD (or 0xEBDABD) is unknown color: approx Solitaire. HEX triplet: EB, DA and BD. RGB value is (235,218,189). Sum of RGB (Red+Green+Blue) = 235+218+189=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDABD is #142542. Grayscale: #DBDBDB. Windows color (decimal): -1320259 or 12442347. OLE color: 12442347.

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

Color convert

RGB235218189-
CMYK00.070.200.08
HSL37.83º53.49%83.14%-
HSV(B)37.83º19.57%92.16%-
XYZ68.5271.4858.33-
YUV219.78110.63138.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 218 (85.55% from 255) = 33.96%
BLUE value IS 189 (74.22% from 255) = 29.44%
R=36.60%
G=33.96%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521818900.070.200.0837.8353.4983.14
HexEBDABD07148263553
Octal3533322750724104665123
Binary11101011110110101011110101111010010001001101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDABD; }

 p { color: rgb(235,218,189); }

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

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

 a { background-color: rgb(235,218,189); }

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

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

 span { border-color: rgb(235,218,189); }

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