#EEDABD

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

Shades of Solitaire #EEDABD

Tints of Solitaire #EEDABD

Color information

#EEDABD (or 0xEEDABD) is unknown color: approx Solitaire. HEX triplet: EE, DA and BD. RGB value is (238,218,189). Sum of RGB (Red+Green+Blue) = 238+218+189=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDABD is #112542. Grayscale: #DCDCDC. Windows color (decimal): -1123651 or 12442350. OLE color: 12442350.

HSL color Cylindrical-coordinate representation of color #EEDABD: hue angle of 35.51º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEDABD is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238218189-
CMYK00.080.210.07
HSL35.51º59.04%83.73%-
HSV(B)35.51º20.59%93.33%-
XYZ69.5271.9958.38-
YUV220.67110.13140.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=36.90%
G=33.80%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821818900.080.210.0735.5159.0483.73
HexEEDABD08157243b54
Octal3563322750102574473124
Binary11101110110110101011110101000101011111001001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDABD; }

 p { color: rgb(238,218,189); }

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

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

 a { background-color: rgb(238,218,189); }

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

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

 span { border-color: rgb(238,218,189); }

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