#EBD6BC

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

Shades of Solitaire #EBD6BC

Tints of Solitaire #EBD6BC

Color information

#EBD6BC (or 0xEBD6BC) is unknown color: approx Solitaire. HEX triplet: EB, D6 and BC. RGB value is (235,214,188). Sum of RGB (Red+Green+Blue) = 235+214+188=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6BC is #142943. Grayscale: #D9D9D9. Windows color (decimal): -1321284 or 12375787. OLE color: 12375787.

HSL color Cylindrical-coordinate representation of color #EBD6BC: hue angle of 33.19º degrees, saturation: 0.54, 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 #EBD6BC is Cyan = 0, Magento = 0.09, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235214188-
CMYK00.090.20.08
HSL33.19º54.02%82.94%-
HSV(B)33.19º20%92.16%-
XYZ67.3869.3957.42-
YUV217.32111.46140.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.89%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 188 (73.83% from 255) = 29.51%
R=36.89%
G=33.59%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521418800.090.20.0833.1954.0282.94
HexEBD6BC09148213653
Octal35332627401124104166123
Binary111010111101011010111100010011010010001000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6BC; }

 p { color: rgb(235,214,188); }

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

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

 a { background-color: rgb(235,214,188); }

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

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

 span { border-color: rgb(235,214,188); }

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