Html Css Color HEX #EEDCBF Solitaire

📋 copy color: '#EEDCBF'

red 238 ◦ green 220 ◦ blue 191

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

Shades of Solitaire #EEDCBF

Tints of Solitaire #EEDCBF

RGB

 RED value IS 238 (93.36% from 255) = 36.67%

 GREEN value IS 220 (86.33% from 255) = 33.9%

 BLUE value IS 191 (75% from 255) = 29.43%

R = 36.67%
G = 33.9%
B = 29.43%

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

#EEDCBF (or 0xEEDCBF) is known color: Solitaire. HEX triplet: EE, DC and BF. RGB value is (238,220,191). Sum of RGB (Red+Green+Blue) = 238+220+191=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCBF is #112340. Grayscale: #DEDEDE. Windows color (decimal): -1123137 or 12573934. OLE color: 12573934.

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

Color convert

RGB 238 220 191 -
CMYK 0 0.08 0.20 0.07
HSL 37.02º 0.58% 0.84% -
HSV(B) 37.02º 0.2% 0.93% -
XYZ 70.26 73.13 59.7 -
YUV 222.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 238 220 191 0 0.08 0.20 0.07 37.02 0.58 0.84
Hex EE DC BF 0 8 14 7 25 3A 54
Octal 356 334 277 0 10 24 7 45 72 124
Binary 11101110 11011100 10111111 0 1000 10100 111 100101 111010 1010100

Color Harmonies of #EEDCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCBF

Black with #EEDCBF

Text Example


Text Example

White with #EEDCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCBF; }

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

 H1.HeaderClassName
 {
   color: #EEDCBF;
 }
 .AnyTagClassName
 {
   color: #EEDCBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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