#EBDABE

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

Shades of Solitaire #EBDABE

Tints of Solitaire #EBDABE

Color information

#EBDABE (or 0xEBDABE) is unknown color: approx Solitaire. HEX triplet: EB, DA and BE. RGB value is (235,218,190). Sum of RGB (Red+Green+Blue) = 235+218+190=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDABE is #142541. Grayscale: #DCDCDC. Windows color (decimal): -1320258 or 12507883. OLE color: 12507883.

HSL color Cylindrical-coordinate representation of color #EBDABE: hue angle of 37.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 #EBDABE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235218190-
CMYK00.070.190.08
HSL37.33º52.94%83.33%-
HSV(B)37.33º19.15%92.16%-
XYZ68.6371.5258.9-
YUV219.89111.13138.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 190 (74.61% from 255) = 29.55%
R=36.55%
G=33.90%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521819000.070.190.0837.3352.9483.33
HexEBDABE07138253553
Octal3533322760723104565123
Binary11101011110110101011111001111001110001001011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDABE; }

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

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

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

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

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

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

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

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