#EAD7BD

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

Shades of Solitaire #EAD7BD

Tints of Solitaire #EAD7BD

Color information

#EAD7BD (or 0xEAD7BD) is unknown color: approx Solitaire. HEX triplet: EA, D7 and BD. RGB value is (234,215,189). Sum of RGB (Red+Green+Blue) = 234+215+189=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 215 (84.38% from 255 or 33.70% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7BD is #152842. Grayscale: #D9D9D9. Windows color (decimal): -1386563 or 12441578. OLE color: 12441578.

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

Color convert

RGB234215189-
CMYK00.080.190.08
HSL34.67º51.72%82.94%-
HSV(B)34.67º19.23%91.76%-
XYZ67.4269.7758.06-
YUV217.72111.79139.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 215 (84.38% from 255) = 33.70%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=36.68%
G=33.70%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421518900.080.190.0834.6751.7282.94
HexEAD7BD08138233453
Octal35232727501023104364123
Binary111010101101011110111101010001001110001000111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7BD; }

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

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

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

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

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

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

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

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