#EFE8EB

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

Shades of Amour #EFE8EB

Tints of Amour #EFE8EB

Color information

#EFE8EB (or 0xEFE8EB) is unknown color: approx Amour. HEX triplet: EF, E8 and EB. RGB value is (239,232,235). Sum of RGB (Red+Green+Blue) = 239+232+235=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8EB is #101714. Grayscale: #EAEAEA. Windows color (decimal): -1054485 or 15460591. OLE color: 15460591.

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

Color convert

RGB239232235-
CMYK00.030.020.06
HSL334.29º17.95%92.35%-
HSV(B)334.29º2.93%93.73%-
XYZ79.4582.0690.25-
YUV234.43128.32131.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.85%
GREEN value IS 232 (91.02% from 255) = 32.86%
BLUE value IS 235 (92.19% from 255) = 33.29%
R=33.85%
G=32.86%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923223500.030.020.06334.2917.9592.35
HexEFE8EB032614e125c
Octal357350353032651622134
Binary11101111111010001110101101110110101001110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8EB; }

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

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

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

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

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

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

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

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