#EAD9C3

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

Shades of Solitaire #EAD9C3

Tints of Solitaire #EAD9C3

Color information

#EAD9C3 (or 0xEAD9C3) is unknown color: approx Solitaire. HEX triplet: EA, D9 and C3. RGB value is (234,217,195). Sum of RGB (Red+Green+Blue) = 234+217+195=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 195 (76.56% from 255 or 30.19% from 646); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9C3 is #15263C. Grayscale: #DBDBDB. Windows color (decimal): -1386045 or 12835306. OLE color: 12835306.

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

Color convert

RGB234217195-
CMYK00.070.170.08
HSL33.85º48.15%84.12%-
HSV(B)33.85º16.67%91.76%-
XYZ68.5971.0661.73-
YUV219.57114.13138.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 217 (85.16% from 255) = 33.59%
BLUE value IS 195 (76.56% from 255) = 30.19%
R=36.22%
G=33.59%
B=30.19%

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
Decimal23421719500.070.170.0833.8548.1584.12
HexEAD9C307118223054
Octal3523313030721104260124
Binary11101010110110011100001101111000110001000101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9C3; }

 p { color: rgb(234,217,195); }

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

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

 a { background-color: rgb(234,217,195); }

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

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

 span { border-color: rgb(234,217,195); }

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