#EBD6BD

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

Shades of Solitaire #EBD6BD

Tints of Solitaire #EBD6BD

Color information

#EBD6BD (or 0xEBD6BD) is unknown color: approx Solitaire. HEX triplet: EB, D6 and BD. RGB value is (235,214,189). Sum of RGB (Red+Green+Blue) = 235+214+189=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6BD is #142942. Grayscale: #D9D9D9. Windows color (decimal): -1321283 or 12441323. OLE color: 12441323.

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

Color convert

RGB235214189-
CMYK00.090.200.08
HSL32.61º53.49%83.14%-
HSV(B)32.61º19.57%92.16%-
XYZ67.4969.4357.99-
YUV217.43111.96140.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.83%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=36.83%
G=33.54%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521418900.090.200.0832.6153.4983.14
HexEBD6BD09148213553
Octal35332627501124104165123
Binary111010111101011010111101010011010010001000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6BD; }

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

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

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

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

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

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

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

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