#EFE8EA

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

Shades of Amour #EFE8EA

Tints of Amour #EFE8EA

Color information

#EFE8EA (or 0xEFE8EA) is unknown color: approx Amour. HEX triplet: EF, E8 and EA. RGB value is (239,232,234). Sum of RGB (Red+Green+Blue) = 239+232+234=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 234 (91.80% from 255 or 33.19% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8EA is #101715. Grayscale: #EAEAEA. Windows color (decimal): -1054486 or 15395055. OLE color: 15395055.

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

Color convert

RGB239232234-
CMYK00.030.020.06
HSL342.86º17.95%92.35%-
HSV(B)342.86º2.93%93.73%-
XYZ79.38289.49-
YUV234.32127.82131.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 232 (91.02% from 255) = 32.91%
BLUE value IS 234 (91.80% from 255) = 33.19%
R=33.90%
G=32.91%
B=33.19%

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
Decimal23923223400.030.020.06342.8617.9592.35
HexEFE8EA0326157125c
Octal357350352032652722134
Binary11101111111010001110101001110110101010111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8EA; }

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

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

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

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

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

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

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

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