#EAD8C0

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

Shades of Solitaire #EAD8C0

Tints of Solitaire #EAD8C0

Color information

#EAD8C0 (or 0xEAD8C0) is unknown color: approx Solitaire. HEX triplet: EA, D8 and C0. RGB value is (234,216,192). Sum of RGB (Red+Green+Blue) = 234+216+192=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 192 (75.39% from 255 or 29.91% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8C0 is #15273F. Grayscale: #DADADA. Windows color (decimal): -1386304 or 12638442. OLE color: 12638442.

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

Color convert

RGB234216192-
CMYK00.080.180.08
HSL34.29º50%83.53%-
HSV(B)34.29º17.95%91.76%-
XYZ6870.4159.88-
YUV218.65112.96138.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 192 (75.39% from 255) = 29.91%
R=36.45%
G=33.64%
B=29.91%

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
Decimal23421619200.080.180.0834.295083.53
HexEAD8C008128223254
Octal35233030001022104262124
Binary111010101101100011000000010001001010001000101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD8C0; }

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

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

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

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

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

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

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

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