#EFE6EA

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

Shades of Amour #EFE6EA

Tints of Amour #EFE6EA

Color information

#EFE6EA (or 0xEFE6EA) is unknown color: approx Amour. HEX triplet: EF, E6 and EA. RGB value is (239,230,234). Sum of RGB (Red+Green+Blue) = 239+230+234=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE6EA is #101915. Grayscale: #E9E9E9. Windows color (decimal): -1054998 or 15394543. OLE color: 15394543.

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

Color convert

RGB239230234-
CMYK00.040.020.06
HSL333.33º21.95%91.96%-
HSV(B)333.33º3.77%93.73%-
XYZ78.7480.8889.3-
YUV233.15128.48132.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 230 (90.23% from 255) = 32.72%
BLUE value IS 234 (91.80% from 255) = 33.29%
R=34.00%
G=32.72%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923023400.040.020.06333.3321.9591.96
HexEFE6EA042614d165c
Octal357346352042651526134
Binary111011111110011011101010010010110101001101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6EA; }

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

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

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

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

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

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

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

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