Html Css Color HEX #EFDBC0 Solitaire

📋 copy color: '#EFDBC0'

red 239 ◦ green 219 ◦ blue 192

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

Shades of Solitaire #EFDBC0

Tints of Solitaire #EFDBC0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.69%

 BLUE value IS 192 (75.39% from 255) = 29.54%

R = 36.77%
G = 33.69%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFDBC0 (or 0xEFDBC0) is known color: Solitaire. HEX triplet: EF, DB and C0. RGB value is (239,219,192). Sum of RGB (Red+Green+Blue) = 239+219+192=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC0 is #10243F. Grayscale: #DEDEDE. Windows color (decimal): -1057856 or 12639215. OLE color: 12639215.

HSL color Cylindrical-coordinate representation of color #EFDBC0: hue angle of 34.47º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFDBC0 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 192 -
CMYK 0 0.08 0.20 0.06
HSL 34.47º 0.59% 0.85% -
HSV(B) 34.47º 0.2% 0.94% -
XYZ 70.44 72.82 60.21 -
YUV 221.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 239 219 192 0 0.08 0.20 0.06 34.47 0.59 0.85
Hex EF DB C0 0 8 14 6 22 3B 55
Octal 357 333 300 0 10 24 6 42 73 125
Binary 11101111 11011011 11000000 0 1000 10100 110 100010 111011 1010101

Color Harmonies of #EFDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBC0

Black with #EFDBC0

Text Example


Text Example

White with #EFDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBC0; }

 p { color: rgb(239,219,192); }

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

background-color css

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

 a { background-color: rgb(239,219,192); }

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

border-color css

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

 span { border-color: rgb(239,219,192); }

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