#EBDAC0

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

Shades of Solitaire #EBDAC0

Tints of Solitaire #EBDAC0

Color information

#EBDAC0 (or 0xEBDAC0) is unknown color: approx Solitaire. HEX triplet: EB, DA and C0. RGB value is (235,218,192). Sum of RGB (Red+Green+Blue) = 235+218+192=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAC0 is #14253F. Grayscale: #DCDCDC. Windows color (decimal): -1320256 or 12638955. OLE color: 12638955.

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

Color convert

RGB235218192-
CMYK00.070.180.08
HSL36.28º51.81%83.73%-
HSV(B)36.28º18.3%92.16%-
XYZ68.8571.6160.06-
YUV220.12112.13138.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 192 (75.39% from 255) = 29.77%
R=36.43%
G=33.80%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521819200.070.180.0836.2851.8183.73
HexEBDAC007128243454
Octal3533323000722104464124
Binary11101011110110101100000001111001010001001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAC0; }

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

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

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

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

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

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

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

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