#EFE8E9

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

Shades of Amour #EFE8E9

Tints of Amour #EFE8E9

Color information

#EFE8E9 (or 0xEFE8E9) is unknown color: approx Amour. HEX triplet: EF, E8 and E9. RGB value is (239,232,233). Sum of RGB (Red+Green+Blue) = 239+232+233=704 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.95% from 704); Green value is 232 (91.02% from 255 or 32.95% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8E9 is #101716. Grayscale: #EAEAEA. Windows color (decimal): -1054487 or 15329519. OLE color: 15329519.

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

Color convert

RGB239232233-
CMYK00.030.030.06
HSL351.43º17.95%92.35%-
HSV(B)351.43º2.93%93.73%-
XYZ79.1681.9588.74-
YUV234.21127.32131.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.95%
GREEN value IS 232 (91.02% from 255) = 32.95%
BLUE value IS 233 (91.41% from 255) = 33.10%
R=33.95%
G=32.95%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923223300.030.030.06351.4317.9592.35
HexEFE8E9033615f125c
Octal357350351033653722134
Binary11101111111010001110100101111110101011111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8E9; }

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

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

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

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

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

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

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

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