#EADAC2

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

Shades of Solitaire #EADAC2

Tints of Solitaire #EADAC2

Color information

#EADAC2 (or 0xEADAC2) is unknown color: approx Solitaire. HEX triplet: EA, DA and C2. RGB value is (234,218,194). Sum of RGB (Red+Green+Blue) = 234+218+194=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 194 (76.17% from 255 or 30.03% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAC2 is #15253D. Grayscale: #DCDCDC. Windows color (decimal): -1385790 or 12770026. OLE color: 12770026.

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

Color convert

RGB234218194-
CMYK00.070.170.08
HSL36º48.78%83.92%-
HSV(B)36º17.09%91.76%-
XYZ68.7471.5361.22-
YUV220.05113.3137.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 194 (76.17% from 255) = 30.03%
R=36.22%
G=33.75%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421819400.070.170.083648.7883.92
HexEADAC207118243154
Octal3523323020721104461124
Binary11101010110110101100001001111000110001001001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAC2; }

 p { color: rgb(234,218,194); }

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

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

 a { background-color: rgb(234,218,194); }

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

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

 span { border-color: rgb(234,218,194); }

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