#EBE0E5

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

Shades of Amour #EBE0E5

Tints of Amour #EBE0E5

Color information

#EBE0E5 (or 0xEBE0E5) is unknown color: approx Amour. HEX triplet: EB, E0 and E5. RGB value is (235,224,229). Sum of RGB (Red+Green+Blue) = 235+224+229=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 224 (87.89% from 255 or 32.56% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0E5 is #141F1A. Grayscale: #E3E3E3. Windows color (decimal): -1318683 or 15065323. OLE color: 15065323.

HSL color Cylindrical-coordinate representation of color #EBE0E5: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE0E5 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235224229-
CMYK00.050.030.08
HSL332.73º21.57%90%-
HSV(B)332.73º4.68%92.16%-
XYZ75.0676.6384.96-
YUV227.86128.64133.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.16%
GREEN value IS 224 (87.89% from 255) = 32.56%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=34.16%
G=32.56%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522422900.050.030.08332.7321.5790
HexEBE0E5053814d165a
Octal3533403450531051526132
Binary1110101111100000111001010101111000101001101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0E5; }

 p { color: rgb(235,224,229); }

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

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

 a { background-color: rgb(235,224,229); }

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

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

 span { border-color: rgb(235,224,229); }

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