#EBD9C0

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

Shades of Solitaire #EBD9C0

Tints of Solitaire #EBD9C0

Color information

#EBD9C0 (or 0xEBD9C0) is unknown color: approx Solitaire. HEX triplet: EB, D9 and C0. RGB value is (235,217,192). Sum of RGB (Red+Green+Blue) = 235+217+192=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9C0 is #14263F. Grayscale: #DBDBDB. Windows color (decimal): -1320512 or 12638699. OLE color: 12638699.

HSL color Cylindrical-coordinate representation of color #EBD9C0: hue angle of 34.88º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBD9C0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB235217192-
CMYK00.080.180.08
HSL34.88º51.81%83.73%-
HSV(B)34.88º18.3%92.16%-
XYZ68.5971.0959.98-
YUV219.53112.46139.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 192 (75.39% from 255) = 29.81%
R=36.49%
G=33.70%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521719200.080.180.0834.8851.8183.73
HexEBD9C008128233454
Octal35333130001022104364124
Binary111010111101100111000000010001001010001000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9C0; }

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

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

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

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

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

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

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

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