#EEDABE

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

Shades of Solitaire #EEDABE

Tints of Solitaire #EEDABE

Color information

#EEDABE (or 0xEEDABE) is unknown color: approx Solitaire. HEX triplet: EE, DA and BE. RGB value is (238,218,190). Sum of RGB (Red+Green+Blue) = 238+218+190=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDABE is #112541. Grayscale: #DCDCDC. Windows color (decimal): -1123650 or 12507886. OLE color: 12507886.

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

Color convert

RGB238218190-
CMYK00.080.200.07
HSL35º58.54%83.92%-
HSV(B)35º20.17%93.33%-
XYZ69.6372.0458.95-
YUV220.79110.63140.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=36.84%
G=33.75%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821819000.080.200.073558.5483.92
HexEEDABE08147233b54
Octal3563322760102474373124
Binary11101110110110101011111001000101001111000111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDABE; }

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

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

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

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

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

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

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

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