#EBE7E8

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

Shades of Amour #EBE7E8

Tints of Amour #EBE7E8

Color information

#EBE7E8 (or 0xEBE7E8) is unknown color: approx Amour. HEX triplet: EB, E7 and E8. RGB value is (235,231,232). Sum of RGB (Red+Green+Blue) = 235+231+232=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 231 (90.62% from 255 or 33.09% from 698); Blue value is 232 (91.02% from 255 or 33.24% from 698); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE7E8 is #141817. Grayscale: #E8E8E8. Windows color (decimal): -1316888 or 15263723. OLE color: 15263723.

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

Color convert

RGB235231232-
CMYK00.020.010.08
HSL345º9.09%91.37%-
HSV(B)345º1.7%92.16%-
XYZ77.480.6487.83-
YUV232.31127.83129.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 231 (90.62% from 255) = 33.09%
BLUE value IS 232 (91.02% from 255) = 33.24%
R=33.67%
G=33.09%
B=33.24%

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
Decimal23523123200.020.010.083459.0991.37
HexEBE7E8021815995b
Octal3533473500211053111133
Binary1110101111100111111010000101100010101100110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7E8; }

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

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

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

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

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

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

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

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