#EFE0DD

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

Shades of Remy #EFE0DD

Tints of Remy #EFE0DD

Color information

#EFE0DD (or 0xEFE0DD) is unknown color: approx Remy. HEX triplet: EF, E0 and DD. RGB value is (239,224,221). Sum of RGB (Red+Green+Blue) = 239+224+221=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0DD is #101F22. Grayscale: #E4E4E4. Windows color (decimal): -1056547 or 14541039. OLE color: 14541039.

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

Color convert

RGB239224221-
CMYK00.060.080.06
HSL10º36%90.2%-
HSV(B)10º7.53%93.73%-
XYZ75.376.8879.28-
YUV228.14123.97135.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 224 (87.89% from 255) = 32.75%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=34.94%
G=32.75%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922422100.060.080.06103690.2
HexEFE0DD0686a245a
Octal357340335061061244132
Binary1110111111100000110111010110100011010101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0DD; }

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

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

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

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

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

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

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

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