#E7E0E2

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

Shades of Amour #E7E0E2

Tints of Amour #E7E0E2

Color information

#E7E0E2 (or 0xE7E0E2) is unknown color: approx Amour. HEX triplet: E7, E0 and E2. RGB value is (231,224,226). Sum of RGB (Red+Green+Blue) = 231+224+226=681 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.92% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E0E2 is #181F1D. Grayscale: #E2E2E2. Windows color (decimal): -1580830 or 14868711. OLE color: 14868711.

HSL color Cylindrical-coordinate representation of color #E7E0E2: hue angle of 342.86º degrees, saturation: 0.13, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E7E0E2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB231224226-
CMYK00.030.020.09
HSL342.86º12.73%89.22%-
HSV(B)342.86º3.03%90.59%-
XYZ73.3475.7982.72-
YUV226.32127.82131.34-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.92%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 226 (88.67% from 255) = 33.19%
R=33.92%
G=32.89%
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.09
SystemRedGreenBlueCMYKHSL
Decimal23122422600.030.020.09342.8612.7389.22
HexE7E0E20329157d59
Octal3473403420321152715131
Binary11100111111000001110001001110100110101011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E0E2; }

 p { color: rgb(231,224,226); }

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

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

 a { background-color: rgb(231,224,226); }

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

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

 span { border-color: rgb(231,224,226); }

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