Shades of Sauvignon #EEE9E7
Tints of Sauvignon #EEE9E7
RGB
CMYK
RGB Variations
Color information
#EEE9E7 (or 0xEEE9E7) is known color: Sauvignon. HEX triplet: EE, E9 and E7. RGB value is (238,233,231). Sum of RGB (Red+Green+Blue) = 238+233+231=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE9E7 is #111618. Grayscale: #EAEAEA. Windows color (decimal): -1119769 or 15198702. OLE color: 15198702.
HSL color Cylindrical-coordinate representation of color #EEE9E7: hue angle of 17.14º degrees, saturation: 0.17, 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 #EEE9E7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 231 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.07 |
| HSL | 17.14º | 0.17% | 0.92% | - |
| HSV(B) | 17.14º | 0.03% | 0.93% | - |
| XYZ | 78.82 | 82.22 | 87.32 | - |
| YUV | 234.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 231 | 0 | 0.02 | 0.03 | 0.07 | 17.14 | 0.17 | 0.92 |
| Hex | EE | E9 | E7 | 0 | 2 | 3 | 7 | 11 | 11 | 5C |
| Octal | 356 | 351 | 347 | 0 | 2 | 3 | 7 | 21 | 21 | 134 |
| Binary | 11101110 | 11101001 | 11100111 | 0 | 10 | 11 | 111 | 10001 | 10001 | 1011100 |
Color Harmonies of #EEE9E7
Complementary color
Monochromatic Colors of #EEE9E7
Black with #EEE9E7
Text Example
Text Example
White with #EEE9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9E7; }
p { color: rgb(238,233,231); }
H1.HeaderClassName
{
color: #EEE9E7;
}
.AnyTagClassName
{
color: #EEE9E7;
}
</style>
background-color css
<style>
a { background-color: #EEE9E7; }
a { background-color: rgb(238,233,231); }
div.DivClassName
{
background-color: #EEE9E7;
}
.BgClassName
{
background-color: #EEE9E7;
}
</style>
border-color css
<style>
span { border-color: #EEE9E7; }
span { border-color: rgb(238,233,231); }
td.TdClassName
{
border-color: #EEE9E7;
}
.TagClassName
{
border-color: #EEE9E7;
}
</style>