#EFE8EC

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

Shades of Amour #EFE8EC

Tints of Amour #EFE8EC

Color information

#EFE8EC (or 0xEFE8EC) is unknown color: approx Amour. HEX triplet: EF, E8 and EC. RGB value is (239,232,236). Sum of RGB (Red+Green+Blue) = 239+232+236=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 232 (91.02% from 255 or 32.81% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8EC is #101713. Grayscale: #EAEAEA. Windows color (decimal): -1054484 or 15526127. OLE color: 15526127.

HSL color Cylindrical-coordinate representation of color #EFE8EC: hue angle of 325.71º degrees, saturation: 0.18, 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 #EFE8EC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB239232236-
CMYK00.030.010.06
HSL325.71º17.95%92.35%-
HSV(B)325.71º2.93%93.73%-
XYZ79.5982.1291.01-
YUV234.55128.82131.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 232 (91.02% from 255) = 32.81%
BLUE value IS 236 (92.58% from 255) = 33.38%
R=33.80%
G=32.81%
B=33.38%

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
Decimal23923223600.030.010.06325.7117.9592.35
HexEFE8EC0316146125c
Octal357350354031650622134
Binary1110111111101000111011000111110101000110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8EC; }

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

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

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

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

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

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

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

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