Html Css Color HEX #EED9BE Solitaire

📋 copy color: '#EED9BE'

red 238 ◦ green 217 ◦ blue 190

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

Shades of Solitaire #EED9BE

Tints of Solitaire #EED9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.46%

R = 36.9%
G = 33.64%
B = 29.46%

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

#EED9BE (or 0xEED9BE) is known color: Solitaire. HEX triplet: EE, D9 and BE. RGB value is (238,217,190). Sum of RGB (Red+Green+Blue) = 238+217+190=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9BE is #112641. Grayscale: #DCDCDC. Windows color (decimal): -1123906 or 12507630. OLE color: 12507630.

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

Color convert

RGB 238 217 190 -
CMYK 0 0.09 0.20 0.07
HSL 33.75º 0.59% 0.84% -
HSV(B) 33.75º 0.2% 0.93% -
XYZ 69.37 71.52 58.86 -
YUV 220.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 238 217 190 0 0.09 0.20 0.07 33.75 0.59 0.84
Hex EE D9 BE 0 9 14 7 22 3B 54
Octal 356 331 276 0 11 24 7 42 73 124
Binary 11101110 11011001 10111110 0 1001 10100 111 100010 111011 1010100

Color Harmonies of #EED9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED9BE

Black with #EED9BE

Text Example


Text Example

White with #EED9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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