#EBD8C0

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

Shades of Solitaire #EBD8C0

Tints of Solitaire #EBD8C0

Color information

#EBD8C0 (or 0xEBD8C0) is unknown color: approx Solitaire. HEX triplet: EB, D8 and C0. RGB value is (235,216,192). Sum of RGB (Red+Green+Blue) = 235+216+192=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8C0 is #14273F. Grayscale: #DBDBDB. Windows color (decimal): -1320768 or 12638443. OLE color: 12638443.

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

Color convert

RGB235216192-
CMYK00.080.180.08
HSL33.49º51.81%83.73%-
HSV(B)33.49º18.3%92.16%-
XYZ68.3370.5859.89-
YUV218.94112.79139.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 192 (75.39% from 255) = 29.86%
R=36.55%
G=33.59%
B=29.86%

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
Decimal23521619200.080.180.0833.4951.8183.73
HexEBD8C008128213454
Octal35333030001022104164124
Binary111010111101100011000000010001001010001000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8C0; }

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

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

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

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

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

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

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

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