Shades of Sauvignon #EEE9E6
Tints of Sauvignon #EEE9E6
RGB
CMYK
RGB Variations
Color information
#EEE9E6 (or 0xEEE9E6) is known color: Sauvignon. HEX triplet: EE, E9 and E6. RGB value is (238,233,230). Sum of RGB (Red+Green+Blue) = 238+233+230=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 233 (91.41% from 255 or 33.24% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE9E6 is #111619. Grayscale: #EAEAEA. Windows color (decimal): -1119770 or 15133166. OLE color: 15133166.
HSL color Cylindrical-coordinate representation of color #EEE9E6: hue angle of 22.5º degrees, saturation: 0.19, 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 #EEE9E6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 233 | 230 | - |
CMYK | 0 | 0.02 | 0.03 | 0.07 |
HSL | 22.5º | 0.19% | 0.92% | - |
HSV(B) | 22.5º | 0.03% | 0.93% | - |
XYZ | 78.68 | 82.17 | 86.58 | - |
YUV | 234.15 | 125.66 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 233 | 230 | 0 | 0.02 | 0.03 | 0.07 | 22.5 | 0.19 | 0.92 |
Hex | EE | E9 | E6 | 0 | 2 | 3 | 7 | 16 | 13 | 5C |
Octal | 356 | 351 | 346 | 0 | 2 | 3 | 7 | 26 | 23 | 134 |
Binary | 11101110 | 11101001 | 11100110 | 0 | 10 | 11 | 111 | 10110 | 10011 | 1011100 |
Color Harmonies of #EEE9E6
Complementary color
Monochromatic Colors of #EEE9E6
Black with #EEE9E6
Text Example
Text Example
White with #EEE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9E6; }
p { color: rgb(238,233,230); }
H1.HeaderClassName
{
color: #EEE9E6;
}
.AnyTagClassName
{
color: #EEE9E6;
}
</style>
background-color css
<style>
a { background-color: #EEE9E6; }
a { background-color: rgb(238,233,230); }
div.DivClassName
{
background-color: #EEE9E6;
}
.BgClassName
{
background-color: #EEE9E6;
}
</style>
border-color css
<style>
span { border-color: #EEE9E6; }
span { border-color: rgb(238,233,230); }
td.TdClassName
{
border-color: #EEE9E6;
}
.TagClassName
{
border-color: #EEE9E6;
}
</style>