#EFECED

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

Shades of Amour #EFECED

Tints of Amour #EFECED

Color information

#EFECED (or 0xEFECED) is unknown color: approx Amour. HEX triplet: EF, EC and ED. RGB value is (239,236,237). Sum of RGB (Red+Green+Blue) = 239+236+237=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECED is #101312. Grayscale: #EDEDED. Windows color (decimal): -1053459 or 15592687. OLE color: 15592687.

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

Color convert

RGB239236237-
CMYK00.010.010.06
HSL340º8.57%93.14%-
HSV(B)340º1.26%93.73%-
XYZ80.8884.4692.16-
YUV237.01127.99129.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.57%
GREEN value IS 236 (92.58% from 255) = 33.15%
BLUE value IS 237 (92.97% from 255) = 33.29%
R=33.57%
G=33.15%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923623700.010.010.063408.5793.14
HexEFECED011615495d
Octal357354355011652411135
Binary11101111111011001110110101111010101010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECED; }

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

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

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

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

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

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

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

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