#EFE5DC

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

Shades of Fantasy #EFE5DC

Tints of Fantasy #EFE5DC

Color information

#EFE5DC (or 0xEFE5DC) is unknown color: approx Fantasy. HEX triplet: EF, E5 and DC. RGB value is (239,229,220). Sum of RGB (Red+Green+Blue) = 239+229+220=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5DC is #101A23. Grayscale: #E7E7E7. Windows color (decimal): -1055268 or 14476783. OLE color: 14476783.

HSL color Cylindrical-coordinate representation of color #EFE5DC: hue angle of 28.42º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE5DC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239229220-
CMYK00.040.080.06
HSL28.42º37.25%90%-
HSV(B)28.42º7.95%93.73%-
XYZ76.5379.5679.03-
YUV230.96121.81133.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 229 (89.84% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=34.74%
G=33.28%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922922000.040.080.0628.4237.2590
HexEFE5DC04861c255a
Octal357345334041063445132
Binary11101111111001011101110001001000110111001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5DC; }

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

 H1.HeaderClassName
 {
   color: #EFE5DC;
 }
 .AnyTagClassName
 {
   color: #EFE5DC;
 }
</style>
background-color css

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

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

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

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

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

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