#EFE7EC

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

Shades of Amour #EFE7EC

Tints of Amour #EFE7EC

Color information

#EFE7EC (or 0xEFE7EC) is unknown color: approx Amour. HEX triplet: EF, E7 and EC. RGB value is (239,231,236). Sum of RGB (Red+Green+Blue) = 239+231+236=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7EC is #101813. Grayscale: #E9E9E9. Windows color (decimal): -1054740 or 15525871. OLE color: 15525871.

HSL color Cylindrical-coordinate representation of color #EFE7EC: hue angle of 322.5º degrees, saturation: 0.2, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE7EC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239231236-
CMYK00.030.010.06
HSL322.5º20%92.16%-
HSV(B)322.5º3.35%93.73%-
XYZ79.3181.5690.92-
YUV233.96129.15131.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 231 (90.62% from 255) = 32.72%
BLUE value IS 236 (92.58% from 255) = 33.43%
R=33.85%
G=32.72%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923123600.030.010.06322.52092.16
HexEFE7EC0316142145c
Octal357347354031650224134
Binary1110111111100111111011000111110101000010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7EC; }

 p { color: rgb(239,231,236); }

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

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

 a { background-color: rgb(239,231,236); }

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

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

 span { border-color: rgb(239,231,236); }

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