#EAD6BD

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

Shades of Solitaire #EAD6BD

Tints of Solitaire #EAD6BD

Color information

#EAD6BD (or 0xEAD6BD) is unknown color: approx Solitaire. HEX triplet: EA, D6 and BD. RGB value is (234,214,189). Sum of RGB (Red+Green+Blue) = 234+214+189=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6BD is #152942. Grayscale: #D9D9D9. Windows color (decimal): -1386819 or 12441322. OLE color: 12441322.

HSL color Cylindrical-coordinate representation of color #EAD6BD: hue angle of 33.33º degrees, saturation: 0.52, 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 #EAD6BD is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234214189-
CMYK00.090.190.08
HSL33.33º51.72%82.94%-
HSV(B)33.33º19.23%91.76%-
XYZ67.1669.2657.97-
YUV217.13112.13140.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 189 (74.22% from 255) = 29.67%
R=36.73%
G=33.59%
B=29.67%

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
Decimal23421418900.090.190.0833.3351.7282.94
HexEAD6BD09138213453
Octal35232627501123104164123
Binary111010101101011010111101010011001110001000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6BD; }

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

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

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

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

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

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

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

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