#EAD5BD

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

Shades of Solitaire #EAD5BD

Tints of Solitaire #EAD5BD

Color information

#EAD5BD (or 0xEAD5BD) is unknown color: approx Solitaire. HEX triplet: EA, D5 and BD. RGB value is (234,213,189). Sum of RGB (Red+Green+Blue) = 234+213+189=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5BD is #152A42. Grayscale: #D8D8D8. Windows color (decimal): -1387075 or 12441066. OLE color: 12441066.

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

Color convert

RGB234213189-
CMYK00.090.190.08
HSL32º51.72%82.94%-
HSV(B)32º19.23%91.76%-
XYZ66.9168.7657.89-
YUV216.54112.46140.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=36.79%
G=33.49%
B=29.72%

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
Decimal23421318900.090.190.083251.7282.94
HexEAD5BD09138203453
Octal35232527501123104064123
Binary111010101101010110111101010011001110001000001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5BD; }

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

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

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

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

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

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

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

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