#EBD8BC

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

Shades of Solitaire #EBD8BC

Tints of Solitaire #EBD8BC

Color information

#EBD8BC (or 0xEBD8BC) is unknown color: approx Solitaire. HEX triplet: EB, D8 and BC. RGB value is (235,216,188). Sum of RGB (Red+Green+Blue) = 235+216+188=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8BC is #142743. Grayscale: #DADADA. Windows color (decimal): -1320772 or 12376299. OLE color: 12376299.

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

Color convert

RGB235216188-
CMYK00.080.20.08
HSL35.74º54.02%82.94%-
HSV(B)35.74º20%92.16%-
XYZ67.8970.457.59-
YUV218.49110.79139.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 216 (84.77% from 255) = 33.80%
BLUE value IS 188 (73.83% from 255) = 29.42%
R=36.78%
G=33.80%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521618800.080.20.0835.7454.0282.94
HexEBD8BC08148243653
Octal35333027401024104466123
Binary111010111101100010111100010001010010001001001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8BC; }

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

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

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

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

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

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

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

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