#EBE8E6

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

Shades of Sauvignon #EBE8E6

Tints of Sauvignon #EBE8E6

Color information

#EBE8E6 (or 0xEBE8E6) is unknown color: approx Sauvignon. HEX triplet: EB, E8 and E6. RGB value is (235,232,230). Sum of RGB (Red+Green+Blue) = 235+232+230=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8E6 is #141719. Grayscale: #E8E8E8. Windows color (decimal): -1316634 or 15132907. OLE color: 15132907.

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

Color convert

RGB235232230-
CMYK00.010.020.08
HSL24º11.11%91.18%-
HSV(B)24º2.13%92.16%-
XYZ77.481.0986.44-
YUV232.67126.49129.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 232 (91.02% from 255) = 33.29%
BLUE value IS 230 (90.23% from 255) = 33.00%
R=33.72%
G=33.29%
B=33.00%

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
Decimal23523223000.010.020.082411.1191.18
HexEBE8E6012818b5b
Octal353350346012103013133
Binary111010111110100011100110011010001100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8E6; }

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

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

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

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

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

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

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

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