Html Css Color HEX #EFDFC4 Solitaire

📋 copy color: '#EFDFC4'

red 239 ◦ green 223 ◦ blue 196

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

Shades of Solitaire #EFDFC4

Tints of Solitaire #EFDFC4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.89%

 BLUE value IS 196 (76.95% from 255) = 29.79%

R = 36.32%
G = 33.89%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFDFC4 (or 0xEFDFC4) is known color: Solitaire. HEX triplet: EF, DF and C4. RGB value is (239,223,196). Sum of RGB (Red+Green+Blue) = 239+223+196=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFC4 is #10203B. Grayscale: #E0E0E0. Windows color (decimal): -1056828 or 12902383. OLE color: 12902383.

HSL color Cylindrical-coordinate representation of color #EFDFC4: hue angle of 37.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFDFC4 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 196 -
CMYK 0 0.07 0.18 0.06
HSL 37.67º 0.57% 0.85% -
HSV(B) 37.67º 0.18% 0.94% -
XYZ 71.95 75.11 62.93 -
YUV 224.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 239 223 196 0 0.07 0.18 0.06 37.67 0.57 0.85
Hex EF DF C4 0 7 12 6 26 39 55
Octal 357 337 304 0 7 22 6 46 71 125
Binary 11101111 11011111 11000100 0 111 10010 110 100110 111001 1010101

Color Harmonies of #EFDFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFC4

Black with #EFDFC4

Text Example


Text Example

White with #EFDFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFC4; }

 p { color: rgb(239,223,196); }

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

background-color css

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

 a { background-color: rgb(239,223,196); }

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

border-color css

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

 span { border-color: rgb(239,223,196); }

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