#EBE8EA

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

Shades of Amour #EBE8EA

Tints of Amour #EBE8EA

Color information

#EBE8EA (or 0xEBE8EA) is unknown color: approx Amour. HEX triplet: EB, E8 and EA. RGB value is (235,232,234). Sum of RGB (Red+Green+Blue) = 235+232+234=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 232 (91.02% from 255 or 33.10% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8EA is #141715. Grayscale: #E9E9E9. Windows color (decimal): -1316630 or 15395051. OLE color: 15395051.

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

Color convert

RGB235232234-
CMYK00.010.000.08
HSL320º6.98%91.57%-
HSV(B)320º1.28%92.16%-
XYZ77.9781.3289.43-
YUV233.12128.49129.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 232 (91.02% from 255) = 33.10%
BLUE value IS 234 (91.80% from 255) = 33.38%
R=33.52%
G=33.10%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523223400.010.000.083206.9891.57
HexEBE8EA010814075c
Octal353350352010105007134
Binary11101011111010001110101001010001010000001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8EA; }

 p { color: rgb(235,232,234); }

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

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

 a { background-color: rgb(235,232,234); }

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

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

 span { border-color: rgb(235,232,234); }

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