Shades of Sauvignon #EDEAE9
Tints of Sauvignon #EDEAE9
RGB
CMYK
RGB Variations
Color information
#EDEAE9 (or 0xEDEAE9) is known color: 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
| RGB | 237 | 234 | 233 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.07 |
| HSL | 15º | 0.1% | 0.92% | - |
| HSV(B) | 15º | 0.02% | 0.93% | - |
| XYZ | 79.06 | 82.73 | 88.89 | - |
| YUV | 234.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 233 | 0 | 0.01 | 0.02 | 0.07 | 15 | 0.1 | 0.92 |
| Hex | ED | EA | E9 | 0 | 1 | 2 | 7 | F | A | 5C |
| Octal | 355 | 352 | 351 | 0 | 1 | 2 | 7 | 17 | 12 | 134 |
| Binary | 11101101 | 11101010 | 11101001 | 0 | 1 | 10 | 111 | 1111 | 1010 | 1011100 |
Color Harmonies of #EDEAE9
Complementary color
Monochromatic Colors of #EDEAE9
Black with #EDEAE9
Text Example
Text Example
White with #EDEAE9
Text Example
Text Example
HTML Codes & Css Web 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>