Shades of Sauvignon #EDE9E6
Tints of Sauvignon #EDE9E6
RGB
CMYK
RGB Variations
Color information
#EDE9E6 (or 0xEDE9E6) is known color: 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
RGB | 237 | 233 | 230 | - |
CMYK | 0 | 0.02 | 0.03 | 0.07 |
HSL | 25.71º | 0.16% | 0.92% | - |
HSV(B) | 25.71º | 0.03% | 0.93% | - |
XYZ | 78.35 | 82 | 86.56 | - |
YUV | 233.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 230 | 0 | 0.02 | 0.03 | 0.07 | 25.71 | 0.16 | 0.92 |
Hex | ED | E9 | E6 | 0 | 2 | 3 | 7 | 1A | 10 | 5C |
Octal | 355 | 351 | 346 | 0 | 2 | 3 | 7 | 32 | 20 | 134 |
Binary | 11101101 | 11101001 | 11100110 | 0 | 10 | 11 | 111 | 11010 | 10000 | 1011100 |
Color Harmonies of #EDE9E6
Complementary color
Monochromatic Colors of #EDE9E6
Black with #EDE9E6
Text Example
Text Example
White with #EDE9E6
Text Example
Text Example
HTML Codes & Css Web 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>