#EDE9EA

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

Shades of Amour #EDE9EA

Tints of Amour #EDE9EA

Color information

#EDE9EA (or 0xEDE9EA) is unknown color: approx Amour. HEX triplet: ED, E9 and EA. RGB value is (237,233,234). Sum of RGB (Red+Green+Blue) = 237+233+234=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 233 (91.41% from 255 or 33.10% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9EA is #121615. Grayscale: #EAEAEA. Windows color (decimal): -1185302 or 15395309. OLE color: 15395309.

HSL color Cylindrical-coordinate representation of color #EDE9EA: hue angle of 345º degrees, saturation: 0.1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDE9EA is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB237233234-
CMYK00.020.010.07
HSL345º10%92.16%-
HSV(B)345º1.69%92.94%-
XYZ78.9282.2289.55-
YUV234.31127.83129.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 233 (91.41% from 255) = 33.10%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=33.66%
G=33.10%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723323400.020.010.073451092.16
HexEDE9EA0217159a5c
Octal355351352021753112134
Binary111011011110100111101010010111110101100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9EA; }

 p { color: rgb(237,233,234); }

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

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

 a { background-color: rgb(237,233,234); }

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

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

 span { border-color: rgb(237,233,234); }

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