#EFE5DD

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

Shades of Fantasy #EFE5DD

Tints of Fantasy #EFE5DD

Color information

#EFE5DD (or 0xEFE5DD) is unknown color: approx Fantasy. HEX triplet: EF, E5 and DD. RGB value is (239,229,221). Sum of RGB (Red+Green+Blue) = 239+229+221=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5DD is #101A22. Grayscale: #E7E7E7. Windows color (decimal): -1055267 or 14542319. OLE color: 14542319.

HSL color Cylindrical-coordinate representation of color #EFE5DD: hue angle of 26.67º degrees, saturation: 0.36, 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 #EFE5DD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239229221-
CMYK00.040.080.06
HSL26.67º36%90.2%-
HSV(B)26.67º7.53%93.73%-
XYZ76.6779.6179.73-
YUV231.08122.31133.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=34.69%
G=33.24%
B=32.08%

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
Decimal23922922100.040.080.0626.673690.2
HexEFE5DD04861b245a
Octal357345335041063344132
Binary11101111111001011101110101001000110110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE5DD; }

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

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

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

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

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

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

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

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