#EFE5DE

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

Shades of Fantasy #EFE5DE

Tints of Fantasy #EFE5DE

Color information

#EFE5DE (or 0xEFE5DE) is unknown color: approx Fantasy. HEX triplet: EF, E5 and DE. RGB value is (239,229,222). Sum of RGB (Red+Green+Blue) = 239+229+222=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5DE is #101A21. Grayscale: #E7E7E7. Windows color (decimal): -1055266 or 14607855. OLE color: 14607855.

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

Color convert

RGB239229222-
CMYK00.040.070.06
HSL24.71º34.69%90.39%-
HSV(B)24.71º7.11%93.73%-
XYZ76.879.6680.44-
YUV231.19122.81133.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 229 (89.84% from 255) = 33.19%
BLUE value IS 222 (87.11% from 255) = 32.17%
R=34.64%
G=33.19%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922922200.040.070.0624.7134.6990.39
HexEFE5DE047619235a
Octal35734533604763143132
Binary1110111111100101110111100100111110110011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5DE; }

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

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

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

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

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

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

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

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