#EBD9BC

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

Shades of Solitaire #EBD9BC

Tints of Solitaire #EBD9BC

Color information

#EBD9BC (or 0xEBD9BC) is unknown color: approx Solitaire. HEX triplet: EB, D9 and BC. RGB value is (235,217,188). Sum of RGB (Red+Green+Blue) = 235+217+188=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9BC is #142643. Grayscale: #DBDBDB. Windows color (decimal): -1320516 or 12376555. OLE color: 12376555.

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

Color convert

RGB235217188-
CMYK00.080.20.08
HSL37.02º54.02%82.94%-
HSV(B)37.02º20%92.16%-
XYZ68.1570.9257.67-
YUV219.08110.46139.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 188 (73.83% from 255) = 29.38%
R=36.72%
G=33.91%
B=29.38%

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
Decimal23521718800.080.20.0837.0254.0282.94
HexEBD9BC08148253653
Octal35333127401024104566123
Binary111010111101100110111100010001010010001001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9BC; }

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

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

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

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

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

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

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

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