#EBE9EA

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

Shades of Amour #EBE9EA

Tints of Amour #EBE9EA

Color information

#EBE9EA (or 0xEBE9EA) is unknown color: approx Amour. HEX triplet: EB, E9 and EA. RGB value is (235,233,234). Sum of RGB (Red+Green+Blue) = 235+233+234=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 234 (91.80% from 255 or 33.33% from 702); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE9EA is #141615. Grayscale: #E9E9E9. Windows color (decimal): -1316374 or 15395307. OLE color: 15395307.

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

Color convert

RGB235233234-
CMYK00.010.000.08
HSL330º4.76%91.76%-
HSV(B)330º0.85%92.16%-
XYZ78.2581.8889.52-
YUV233.71128.16128.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 233 (91.41% from 255) = 33.19%
BLUE value IS 234 (91.80% from 255) = 33.33%
R=33.48%
G=33.19%
B=33.33%

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
Decimal23523323400.010.000.083304.7691.76
HexEBE9EA010814a55c
Octal353351352010105125134
Binary11101011111010011110101001010001010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9EA; }

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

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

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

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

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

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

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

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