#EFDFC4

Color #EFDFC4 Solitaire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitaire #EFDFC4

Tints of Solitaire #EFDFC4

Color information

#EFDFC4 (or 0xEFDFC4) is unknown color: approx 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

RGB239223196-
CMYK00.070.180.06
HSL37.67º57.33%85.29%-
HSV(B)37.67º17.99%93.73%-
XYZ71.9575.1162.93-
YUV224.71111.8138.2-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922319600.070.180.0637.6757.3385.29
HexEFDFC407126263955
Octal357337304072264671125
Binary1110111111011111110001000111100101101001101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>