#EBE7E9

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

Shades of Amour #EBE7E9

Tints of Amour #EBE7E9

Color information

#EBE7E9 (or 0xEBE7E9) is unknown color: approx Amour. HEX triplet: EB, E7 and E9. RGB value is (235,231,233). Sum of RGB (Red+Green+Blue) = 235+231+233=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 233 (91.41% from 255 or 33.33% from 699); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE7E9 is #141816. Grayscale: #E8E8E8. Windows color (decimal): -1316887 or 15329259. OLE color: 15329259.

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

Color convert

RGB235231233-
CMYK00.020.010.08
HSL330º9.09%91.37%-
HSV(B)330º1.7%92.16%-
XYZ77.5480.788.58-
YUV232.42128.33129.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 231 (90.62% from 255) = 33.05%
BLUE value IS 233 (91.41% from 255) = 33.33%
R=33.62%
G=33.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523123300.020.010.083309.0991.37
HexEBE7E9021814a95b
Octal3533473510211051211133
Binary1110101111100111111010010101100010100101010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7E9; }

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

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

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

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

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

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

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

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