#EBD8C1

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

Shades of Solitaire #EBD8C1

Tints of Solitaire #EBD8C1

Color information

#EBD8C1 (or 0xEBD8C1) is unknown color: approx Solitaire. HEX triplet: EB, D8 and C1. RGB value is (235,216,193). Sum of RGB (Red+Green+Blue) = 235+216+193=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8C1 is #14273E. Grayscale: #DBDBDB. Windows color (decimal): -1320767 or 12703979. OLE color: 12703979.

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

Color convert

RGB235216193-
CMYK00.080.180.08
HSL32.86º51.22%83.92%-
HSV(B)32.86º17.87%92.16%-
XYZ68.4470.6260.48-
YUV219.06113.29139.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 193 (75.78% from 255) = 29.97%
R=36.49%
G=33.54%
B=29.97%

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
Decimal23521619300.080.180.0832.8651.2283.92
HexEBD8C108128213354
Octal35333030101022104163124
Binary111010111101100011000001010001001010001000011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8C1; }

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

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

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

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

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

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

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

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