Html Css Color HEX #EED9BF Solitaire

📋 copy color: '#EED9BF'

red 238 ◦ green 217 ◦ blue 191

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

Shades of Solitaire #EED9BF

Tints of Solitaire #EED9BF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.59%

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

R = 36.84%
G = 33.59%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EED9BF (or 0xEED9BF) is known color: Solitaire. HEX triplet: EE, D9 and BF. RGB value is (238,217,191). Sum of RGB (Red+Green+Blue) = 238+217+191=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 217 (85.16% from 255 or 33.59% from 646); Blue value is 191 (75% from 255 or 29.57% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9BF is #112640. Grayscale: #DCDCDC. Windows color (decimal): -1123905 or 12573166. OLE color: 12573166.

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

Color convert

RGB 238 217 191 -
CMYK 0 0.09 0.20 0.07
HSL 33.19º 0.58% 0.84% -
HSV(B) 33.19º 0.2% 0.93% -
XYZ 69.48 71.56 59.44 -
YUV 220.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 238 217 191 0 0.09 0.20 0.07 33.19 0.58 0.84
Hex EE D9 BF 0 9 14 7 21 3A 54
Octal 356 331 277 0 11 24 7 41 72 124
Binary 11101110 11011001 10111111 0 1001 10100 111 100001 111010 1010100

Color Harmonies of #EED9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9BF

Black with #EED9BF

Text Example


Text Example

White with #EED9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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