#EFE7EB

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

Shades of Amour #EFE7EB

Tints of Amour #EFE7EB

Color information

#EFE7EB (or 0xEFE7EB) is unknown color: approx Amour. HEX triplet: EF, E7 and EB. RGB value is (239,231,235). Sum of RGB (Red+Green+Blue) = 239+231+235=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 231 (90.62% from 255 or 32.77% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7EB is #101814. Grayscale: #E9E9E9. Windows color (decimal): -1054741 or 15460335. OLE color: 15460335.

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

Color convert

RGB239231235-
CMYK00.030.020.06
HSL330º20%92.16%-
HSV(B)330º3.35%93.73%-
XYZ79.1781.590.16-
YUV233.85128.65131.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 231 (90.62% from 255) = 32.77%
BLUE value IS 235 (92.19% from 255) = 33.33%
R=33.90%
G=32.77%
B=33.33%

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
Decimal23923123500.030.020.063302092.16
HexEFE7EB032614a145c
Octal357347353032651224134
Binary11101111111001111110101101110110101001010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7EB; }

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

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

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

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

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

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

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

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