#EAD9BF

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

Shades of Solitaire #EAD9BF

Tints of Solitaire #EAD9BF

Color information

#EAD9BF (or 0xEAD9BF) is unknown color: approx Solitaire. HEX triplet: EA, D9 and BF. RGB value is (234,217,191). Sum of RGB (Red+Green+Blue) = 234+217+191=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9BF is #152640. Grayscale: #DBDBDB. Windows color (decimal): -1386049 or 12573162. OLE color: 12573162.

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

Color convert

RGB234217191-
CMYK00.070.180.08
HSL36.28º50.59%83.33%-
HSV(B)36.28º18.38%91.76%-
XYZ68.1570.8859.38-
YUV219.12112.13138.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 217 (85.16% from 255) = 33.80%
BLUE value IS 191 (75% from 255) = 29.75%
R=36.45%
G=33.80%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421719100.070.180.0836.2850.5983.33
HexEAD9BF07128243353
Octal3523312770722104463123
Binary11101010110110011011111101111001010001001001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9BF; }

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

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

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

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

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

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

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

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