#EBE8E7

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

Shades of Sauvignon #EBE8E7

Tints of Sauvignon #EBE8E7

Color information

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

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

Color convert

RGB235232231-
CMYK00.010.020.08
HSL15º9.09%91.37%-
HSV(B)15º1.7%92.16%-
XYZ77.5481.1487.18-
YUV232.78126.99129.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523223100.010.020.08159.0991.37
HexEBE8E70128f95b
Octal353350347012101711133
Binary11101011111010001110011101101000111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8E7; }

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

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

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

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

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

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

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

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