Html Css Color HEX #EFDABD Solitaire

📋 copy color: '#EFDABD'

red 239 ◦ green 218 ◦ blue 189

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

Shades of Solitaire #EFDABD

Tints of Solitaire #EFDABD

RGB

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

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

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

R = 37%
G = 33.75%
B = 29.26%

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

#EFDABD (or 0xEFDABD) is known color: Solitaire. HEX triplet: EF, DA and BD. RGB value is (239,218,189). Sum of RGB (Red+Green+Blue) = 239+218+189=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 189 (74.22% from 255 or 29.26% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDABD is #102542. Grayscale: #DDDDDD. Windows color (decimal): -1058115 or 12442351. OLE color: 12442351.

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

Color convert

RGB 239 218 189 -
CMYK 0 0.09 0.21 0.06
HSL 34.8º 0.61% 0.84% -
HSV(B) 34.8º 0.21% 0.94% -
XYZ 69.85 72.17 58.39 -
YUV 220.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 239 218 189 0 0.09 0.21 0.06 34.8 0.61 0.84
Hex EF DA BD 0 9 15 6 23 3D 54
Octal 357 332 275 0 11 25 6 43 75 124
Binary 11101111 11011010 10111101 0 1001 10101 110 100011 111101 1010100

Color Harmonies of #EFDABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDABD

Black with #EFDABD

Text Example


Text Example

White with #EFDABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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