#EAD7BF

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

Shades of Solitaire #EAD7BF

Tints of Solitaire #EAD7BF

Color information

#EAD7BF (or 0xEAD7BF) is unknown color: approx Solitaire. HEX triplet: EA, D7 and BF. RGB value is (234,215,191). Sum of RGB (Red+Green+Blue) = 234+215+191=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7BF is #152840. Grayscale: #DADADA. Windows color (decimal): -1386561 or 12572650. OLE color: 12572650.

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

Color convert

RGB234215191-
CMYK00.080.180.08
HSL33.49º50.59%83.33%-
HSV(B)33.49º18.38%91.76%-
XYZ67.6469.8559.21-
YUV217.94112.79139.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 191 (75% from 255) = 29.84%
R=36.56%
G=33.59%
B=29.84%

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
Decimal23421519100.080.180.0833.4950.5983.33
HexEAD7BF08128213353
Octal35232727701022104163123
Binary111010101101011110111111010001001010001000011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD7BF; }

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

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

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

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

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

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

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

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