#EFE3DA

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

Shades of Fantasy #EFE3DA

Tints of Fantasy #EFE3DA

Color information

#EFE3DA (or 0xEFE3DA) is unknown color: approx Fantasy. HEX triplet: EF, E3 and DA. RGB value is (239,227,218). Sum of RGB (Red+Green+Blue) = 239+227+218=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3DA is #101C25. Grayscale: #E5E5E5. Windows color (decimal): -1055782 or 14345199. OLE color: 14345199.

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

Color convert

RGB239227218-
CMYK00.050.090.06
HSL25.71º39.62%89.61%-
HSV(B)25.71º8.79%93.73%-
XYZ75.7278.3577.46-
YUV229.56121.48134.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 218 (85.55% from 255) = 31.87%
R=34.94%
G=33.19%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922721800.050.090.0625.7139.6289.61
HexEFE3DA05961a285a
Octal357343332051163250132
Binary11101111111000111101101001011001110110101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE3DA; }

 p { color: rgb(239,227,218); }

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

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

 a { background-color: rgb(239,227,218); }

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

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

 span { border-color: rgb(239,227,218); }

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