Html Css Color HEX #EEDBC0 Solitaire

📋 copy color: '#EEDBC0'

red 238 ◦ green 219 ◦ blue 192

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

Shades of Solitaire #EEDBC0

Tints of Solitaire #EEDBC0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.74%

 BLUE value IS 192 (75.39% from 255) = 29.58%

R = 36.67%
G = 33.74%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EEDBC0 (or 0xEEDBC0) is known color: Solitaire. HEX triplet: EE, DB and C0. RGB value is (238,219,192). Sum of RGB (Red+Green+Blue) = 238+219+192=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBC0 is #11243F. Grayscale: #DDDDDD. Windows color (decimal): -1123392 or 12639214. OLE color: 12639214.

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

Color convert

RGB 238 219 192 -
CMYK 0 0.08 0.19 0.07
HSL 35.22º 0.58% 0.84% -
HSV(B) 35.22º 0.19% 0.93% -
XYZ 70.11 72.65 60.2 -
YUV 221.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 238 219 192 0 0.08 0.19 0.07 35.22 0.58 0.84
Hex EE DB C0 0 8 13 7 23 3A 54
Octal 356 333 300 0 10 23 7 43 72 124
Binary 11101110 11011011 11000000 0 1000 10011 111 100011 111010 1010100

Color Harmonies of #EEDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBC0

Black with #EEDBC0

Text Example


Text Example

White with #EEDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBC0; }

 p { color: rgb(238,219,192); }

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

background-color css

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

 a { background-color: rgb(238,219,192); }

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

border-color css

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

 span { border-color: rgb(238,219,192); }

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