Html Css Color HEX #EEDCBE Solitaire

📋 copy color: '#EEDCBE'

red 238 ◦ green 220 ◦ blue 190

#EEDCBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solitaire #EEDCBE

Tints of Solitaire #EEDCBE

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 value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EEDCBE (or 0xEEDCBE) is known color: 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

RGB 238 220 190 -
CMYK 0 0.08 0.20 0.07
HSL 37.5º 0.59% 0.84% -
HSV(B) 37.5º 0.2% 0.93% -
XYZ 70.15 73.08 59.12 -
YUV 221.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 238 220 190 0 0.08 0.20 0.07 37.5 0.59 0.84
Hex EE DC BE 0 8 14 7 26 3B 54
Octal 356 334 276 0 10 24 7 46 73 124
Binary 11101110 11011100 10111110 0 1000 10100 111 100110 111011 1010100

Color Harmonies of #EEDCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCBE

Black with #EEDCBE

Text Example


Text Example

White with #EEDCBE

Text Example


Text Example

HTML Codes & Css Web 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>