#EAD9C1

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

Shades of Solitaire #EAD9C1

Tints of Solitaire #EAD9C1

Color information

#EAD9C1 (or 0xEAD9C1) is unknown color: approx Solitaire. HEX triplet: EA, D9 and C1. RGB value is (234,217,193). Sum of RGB (Red+Green+Blue) = 234+217+193=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9C1 is #15263E. Grayscale: #DBDBDB. Windows color (decimal): -1386047 or 12704234. OLE color: 12704234.

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

Color convert

RGB234217193-
CMYK00.070.180.08
HSL35.12º49.4%83.73%-
HSV(B)35.12º17.52%91.76%-
XYZ68.3770.9760.55-
YUV219.35113.13138.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 217 (85.16% from 255) = 33.70%
BLUE value IS 193 (75.78% from 255) = 29.97%
R=36.34%
G=33.70%
B=29.97%

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
Decimal23421719300.070.180.0835.1249.483.73
HexEAD9C107128233154
Octal3523313010722104361124
Binary11101010110110011100000101111001010001000111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9C1; }

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

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

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

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

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

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

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

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