Html Css Color HEX #EFDCBF Solitaire

📋 copy color: '#EFDCBF'

red 239 ◦ green 220 ◦ blue 191

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

Shades of Solitaire #EFDCBF

Tints of Solitaire #EFDCBF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.85%

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

R = 36.77%
G = 33.85%
B = 29.38%

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

#EFDCBF (or 0xEFDCBF) is known color: Solitaire. HEX triplet: EF, DC and BF. RGB value is (239,220,191). Sum of RGB (Red+Green+Blue) = 239+220+191=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCBF is #102340. Grayscale: #DEDEDE. Windows color (decimal): -1057601 or 12573935. OLE color: 12573935.

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

Color convert

RGB 239 220 191 -
CMYK 0 0.08 0.20 0.06
HSL 36.25º 0.6% 0.84% -
HSV(B) 36.25º 0.2% 0.94% -
XYZ 70.59 73.3 59.72 -
YUV 222.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 239 220 191 0 0.08 0.20 0.06 36.25 0.6 0.84
Hex EF DC BF 0 8 14 6 24 3C 54
Octal 357 334 277 0 10 24 6 44 74 124
Binary 11101111 11011100 10111111 0 1000 10100 110 100100 111100 1010100

Color Harmonies of #EFDCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCBF

Black with #EFDCBF

Text Example


Text Example

White with #EFDCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCBF; }

 p { color: rgb(239,220,191); }

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

background-color css

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

 a { background-color: rgb(239,220,191); }

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

border-color css

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

 span { border-color: rgb(239,220,191); }

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