#EFE6E8

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

Shades of Amour #EFE6E8

Tints of Amour #EFE6E8

Color information

#EFE6E8 (or 0xEFE6E8) is unknown color: approx Amour. HEX triplet: EF, E6 and E8. RGB value is (239,230,232). Sum of RGB (Red+Green+Blue) = 239+230+232=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 232 (91.02% from 255 or 33.10% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6E8 is #101917. Grayscale: #E8E8E8. Windows color (decimal): -1055000 or 15263471. OLE color: 15263471.

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

Color convert

RGB239230232-
CMYK00.040.030.06
HSL346.67º21.95%91.96%-
HSV(B)346.67º3.77%93.73%-
XYZ78.4680.7787.8-
YUV232.92127.48132.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.09%
GREEN value IS 230 (90.23% from 255) = 32.81%
BLUE value IS 232 (91.02% from 255) = 33.10%
R=34.09%
G=32.81%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923023200.040.030.06346.6721.9591.96
HexEFE6E8043615b165c
Octal357346350043653326134
Binary111011111110011011101000010011110101011011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6E8; }

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

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

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

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

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

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

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

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