#EBD9BD

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

Shades of Solitaire #EBD9BD

Tints of Solitaire #EBD9BD

Color information

#EBD9BD (or 0xEBD9BD) is unknown color: approx Solitaire. HEX triplet: EB, D9 and BD. RGB value is (235,217,189). Sum of RGB (Red+Green+Blue) = 235+217+189=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9BD is #142642. Grayscale: #DBDBDB. Windows color (decimal): -1320515 or 12442091. OLE color: 12442091.

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

Color convert

RGB235217189-
CMYK00.080.200.08
HSL36.52º53.49%83.14%-
HSV(B)36.52º19.57%92.16%-
XYZ68.2670.9658.24-
YUV219.19110.96139.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=36.66%
G=33.85%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521718900.080.200.0836.5253.4983.14
HexEBD9BD08148253553
Octal35333127501024104565123
Binary111010111101100110111101010001010010001001011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9BD; }

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

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

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

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

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

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

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

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