#EAD8C1

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

Shades of Solitaire #EAD8C1

Tints of Solitaire #EAD8C1

Color information

#EAD8C1 (or 0xEAD8C1) is unknown color: approx Solitaire. HEX triplet: EA, D8 and C1. RGB value is (234,216,193). Sum of RGB (Red+Green+Blue) = 234+216+193=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8C1 is #15273E. Grayscale: #DADADA. Windows color (decimal): -1386303 or 12703978. OLE color: 12703978.

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

Color convert

RGB234216193-
CMYK00.080.180.08
HSL33.66º49.4%83.73%-
HSV(B)33.66º17.52%91.76%-
XYZ68.1170.4560.46-
YUV218.76113.46138.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 193 (75.78% from 255) = 30.02%
R=36.39%
G=33.59%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421619300.080.180.0833.6649.483.73
HexEAD8C108128223154
Octal35233030101022104261124
Binary111010101101100011000001010001001010001000101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8C1; }

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

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

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

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

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

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

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

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