#EDE9E6

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

Shades of Sauvignon #EDE9E6

Tints of Sauvignon #EDE9E6

Color information

#EDE9E6 (or 0xEDE9E6) is unknown color: approx Sauvignon. HEX triplet: ED, E9 and E6. RGB value is (237,233,230). Sum of RGB (Red+Green+Blue) = 237+233+230=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 230 (90.23% from 255 or 32.86% from 700); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9E6 is #121619. Grayscale: #E9E9E9. Windows color (decimal): -1185306 or 15133165. OLE color: 15133165.

HSL color Cylindrical-coordinate representation of color #EDE9E6: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE9E6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237233230-
CMYK00.020.030.07
HSL25.71º16.28%91.57%-
HSV(B)25.71º2.95%92.94%-
XYZ78.358286.56-
YUV233.85125.83130.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 233 (91.41% from 255) = 33.29%
BLUE value IS 230 (90.23% from 255) = 32.86%
R=33.86%
G=33.29%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723323000.020.030.0725.7116.2891.57
HexEDE9E602371a105c
Octal35535134602373220134
Binary1110110111101001111001100101111111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9E6; }

 p { color: rgb(237,233,230); }

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

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

 a { background-color: rgb(237,233,230); }

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

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

 span { border-color: rgb(237,233,230); }

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