Html Css Color HEX #EFDCC0 Solitaire

📋 copy color: '#EFDCC0'

red 239 ◦ green 220 ◦ blue 192

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

Shades of Solitaire #EFDCC0

Tints of Solitaire #EFDCC0

RGB

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

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

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

R = 36.71%
G = 33.79%
B = 29.49%

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

#EFDCC0 (or 0xEFDCC0) is known color: Solitaire. HEX triplet: EF, DC and C0. RGB value is (239,220,192). Sum of RGB (Red+Green+Blue) = 239+220+192=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC0 is #10233F. Grayscale: #DEDEDE. Windows color (decimal): -1057600 or 12639471. OLE color: 12639471.

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

Color convert

RGB 239 220 192 -
CMYK 0 0.08 0.20 0.06
HSL 35.74º 0.59% 0.85% -
HSV(B) 35.74º 0.2% 0.94% -
XYZ 70.7 73.34 60.3 -
YUV 222.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 239 220 192 0 0.08 0.20 0.06 35.74 0.59 0.85
Hex EF DC C0 0 8 14 6 24 3B 55
Octal 357 334 300 0 10 24 6 44 73 125
Binary 11101111 11011100 11000000 0 1000 10100 110 100100 111011 1010101

Color Harmonies of #EFDCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCC0

Black with #EFDCC0

Text Example


Text Example

White with #EFDCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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