#EAD6BE

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

Shades of Solitaire #EAD6BE

Tints of Solitaire #EAD6BE

Color information

#EAD6BE (or 0xEAD6BE) is unknown color: approx Solitaire. HEX triplet: EA, D6 and BE. RGB value is (234,214,190). Sum of RGB (Red+Green+Blue) = 234+214+190=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6BE is #152941. Grayscale: #D9D9D9. Windows color (decimal): -1386818 or 12506858. OLE color: 12506858.

HSL color Cylindrical-coordinate representation of color #EAD6BE: hue angle of 32.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAD6BE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234214190-
CMYK00.090.190.08
HSL32.73º51.16%83.14%-
HSV(B)32.73º18.8%91.76%-
XYZ67.2769.358.55-
YUV217.24112.63139.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=36.68%
G=33.54%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421419000.090.190.0832.7351.1683.14
HexEAD6BE09138213353
Octal35232627601123104163123
Binary111010101101011010111110010011001110001000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6BE; }

 p { color: rgb(234,214,190); }

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

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

 a { background-color: rgb(234,214,190); }

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

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

 span { border-color: rgb(234,214,190); }

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