Html Css Color HEX #EEDABD Solitaire

📋 copy color: '#EEDABD'

red 238 ◦ green 218 ◦ blue 189

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

Shades of Solitaire #EEDABD

Tints of Solitaire #EEDABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.8%

 BLUE value IS 189 (74.22% from 255) = 29.3%

R = 36.9%
G = 33.8%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EEDABD (or 0xEEDABD) is known color: Solitaire. HEX triplet: EE, DA and BD. RGB value is (238,218,189). Sum of RGB (Red+Green+Blue) = 238+218+189=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDABD is #112542. Grayscale: #DCDCDC. Windows color (decimal): -1123651 or 12442350. OLE color: 12442350.

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

Color convert

RGB 238 218 189 -
CMYK 0 0.08 0.21 0.07
HSL 35.51º 0.59% 0.84% -
HSV(B) 35.51º 0.21% 0.93% -
XYZ 69.52 71.99 58.38 -
YUV 220.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 238 218 189 0 0.08 0.21 0.07 35.51 0.59 0.84
Hex EE DA BD 0 8 15 7 24 3B 54
Octal 356 332 275 0 10 25 7 44 73 124
Binary 11101110 11011010 10111101 0 1000 10101 111 100100 111011 1010100

Color Harmonies of #EEDABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDABD

Black with #EEDABD

Text Example


Text Example

White with #EEDABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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