#EBE0E4

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

Shades of Amour #EBE0E4

Tints of Amour #EBE0E4

Color information

#EBE0E4 (or 0xEBE0E4) is unknown color: approx Amour. HEX triplet: EB, E0 and E4. RGB value is (235,224,228). Sum of RGB (Red+Green+Blue) = 235+224+228=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE0E4 is #141F1B. Grayscale: #E3E3E3. Windows color (decimal): -1318684 or 14999787. OLE color: 14999787.

HSL color Cylindrical-coordinate representation of color #EBE0E4: hue angle of 338.18º 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 #EBE0E4 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235224228-
CMYK00.050.030.08
HSL338.18º21.57%90%-
HSV(B)338.18º4.68%92.16%-
XYZ74.9276.5784.23-
YUV227.74128.14133.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 224 (87.89% from 255) = 32.61%
BLUE value IS 228 (89.45% from 255) = 33.19%
R=34.21%
G=32.61%
B=33.19%

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
Decimal23522422800.050.030.08338.1821.5790
HexEBE0E40538152165a
Octal3533403440531052226132
Binary1110101111100000111001000101111000101010010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE0E4; }

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

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

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

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

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

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

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

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