#EFEBEC

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

Shades of Amour #EFEBEC

Tints of Amour #EFEBEC

Color information

#EFEBEC (or 0xEFEBEC) is unknown color: approx Amour. HEX triplet: EF, EB and EC. RGB value is (239,235,236). Sum of RGB (Red+Green+Blue) = 239+235+236=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBEC is #101413. Grayscale: #ECECEC. Windows color (decimal): -1053716 or 15526895. OLE color: 15526895.

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

Color convert

RGB239235236-
CMYK00.020.010.06
HSL345º11.11%92.94%-
HSV(B)345º1.67%93.73%-
XYZ80.4583.8291.3-
YUV236.31127.83129.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 235 (92.19% from 255) = 33.10%
BLUE value IS 236 (92.58% from 255) = 33.24%
R=33.66%
G=33.10%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923523600.020.010.0634511.1192.94
HexEFEBEC0216159b5d
Octal357353354021653113135
Binary111011111110101111101100010111010101100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBEC; }

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

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

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

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

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

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

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

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