Html Css Color HEX #EFD9BD Solitaire

📋 copy color: '#EFD9BD'

red 239 ◦ green 217 ◦ blue 189

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

Shades of Solitaire #EFD9BD

Tints of Solitaire #EFD9BD

RGB

 RED value IS 239 (93.75% from 255) = 37.05%

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

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

R = 37.05%
G = 33.64%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFD9BD (or 0xEFD9BD) is known color: Solitaire. HEX triplet: EF, D9 and BD. RGB value is (239,217,189). Sum of RGB (Red+Green+Blue) = 239+217+189=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9BD is #102642. Grayscale: #DCDCDC. Windows color (decimal): -1058371 or 12442095. OLE color: 12442095.

HSL color Cylindrical-coordinate representation of color #EFD9BD: hue angle of 33.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFD9BD is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 217 189 -
CMYK 0 0.09 0.21 0.06
HSL 33.6º 0.61% 0.84% -
HSV(B) 33.6º 0.21% 0.94% -
XYZ 69.59 71.65 58.31 -
YUV 220.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 239 217 189 0 0.09 0.21 0.06 33.6 0.61 0.84
Hex EF D9 BD 0 9 15 6 22 3D 54
Octal 357 331 275 0 11 25 6 42 75 124
Binary 11101111 11011001 10111101 0 1001 10101 110 100010 111101 1010100

Color Harmonies of #EFD9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9BD

Black with #EFD9BD

Text Example


Text Example

White with #EFD9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9BD; }

 p { color: rgb(239,217,189); }

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

background-color css

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

 a { background-color: rgb(239,217,189); }

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

border-color css

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

 span { border-color: rgb(239,217,189); }

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