#EADBC0

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

Shades of Solitaire #EADBC0

Tints of Solitaire #EADBC0

Color information

#EADBC0 (or 0xEADBC0) is unknown color: approx Solitaire. HEX triplet: EA, DB and C0. RGB value is (234,219,192). Sum of RGB (Red+Green+Blue) = 234+219+192=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 192 (75.39% from 255 or 29.77% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBC0 is #15243F. Grayscale: #DCDCDC. Windows color (decimal): -1385536 or 12639210. OLE color: 12639210.

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

Color convert

RGB234219192-
CMYK00.060.180.08
HSL38.57º50%83.53%-
HSV(B)38.57º17.95%91.76%-
XYZ68.7871.9660.13-
YUV220.41111.97137.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 192 (75.39% from 255) = 29.77%
R=36.28%
G=33.95%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421919200.060.180.0838.575083.53
HexEADBC006128273254
Octal3523333000622104762124
Binary11101010110110111100000001101001010001001111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBC0; }

 p { color: rgb(234,219,192); }

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

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

 a { background-color: rgb(234,219,192); }

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

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

 span { border-color: rgb(234,219,192); }

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