#EDEAE9

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

Shades of Sauvignon #EDEAE9

Tints of Sauvignon #EDEAE9

Color information

#EDEAE9 (or 0xEDEAE9) is unknown color: approx Sauvignon. HEX triplet: ED, EA and E9. RGB value is (237,234,233). Sum of RGB (Red+Green+Blue) = 237+234+233=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 234 (91.80% from 255 or 33.24% from 704); Blue value is 233 (91.41% from 255 or 33.10% from 704); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAE9 is #121516. Grayscale: #EAEAEA. Windows color (decimal): -1185047 or 15330029. OLE color: 15330029.

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

Color convert

RGB237234233-
CMYK00.010.020.07
HSL15º10%92.16%-
HSV(B)15º1.69%92.94%-
XYZ79.0682.7388.89-
YUV234.78126.99129.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 234 (91.80% from 255) = 33.24%
BLUE value IS 233 (91.41% from 255) = 33.10%
R=33.66%
G=33.24%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723423300.010.020.07151092.16
HexEDEAE90127fa5c
Octal35535235101271712134
Binary1110110111101010111010010110111111110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAE9; }

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

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

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

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

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

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

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

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