#EEDCBE

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

Shades of Solitaire #EEDCBE

Tints of Solitaire #EEDCBE

Color information

#EEDCBE (or 0xEEDCBE) is unknown color: approx Solitaire. HEX triplet: EE, DC and BE. RGB value is (238,220,190). Sum of RGB (Red+Green+Blue) = 238+220+190=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCBE is #112341. Grayscale: #DEDEDE. Windows color (decimal): -1123138 or 12508398. OLE color: 12508398.

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

Color convert

RGB238220190-
CMYK00.080.200.07
HSL37.5º58.54%83.92%-
HSV(B)37.5º20.17%93.33%-
XYZ70.1573.0859.12-
YUV221.96109.96139.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 220 (86.33% from 255) = 33.95%
BLUE value IS 190 (74.61% from 255) = 29.32%
R=36.73%
G=33.95%
B=29.32%

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
Decimal23822019000.080.200.0737.558.5483.92
HexEEDCBE08147263b54
Octal3563342760102474673124
Binary11101110110111001011111001000101001111001101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDCBE; }

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

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

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

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

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

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

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

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