Shades of Sauvignon #EEEBE9
Tints of Sauvignon #EEEBE9
RGB
CMYK
RGB Variations
Color information
#EEEBE9 (or 0xEEEBE9) is known color: Sauvignon. HEX triplet: EE, EB and E9. RGB value is (238,235,233). Sum of RGB (Red+Green+Blue) = 238+235+233=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBE9 is #111416. Grayscale: #EBEBEB. Windows color (decimal): -1119255 or 15330286. OLE color: 15330286.
HSL color Cylindrical-coordinate representation of color #EEEBE9: hue angle of 24º degrees, saturation: 0.13, 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 #EEEBE9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 235 | 233 | - |
CMYK | 0 | 0.01 | 0.02 | 0.07 |
HSL | 24º | 0.13% | 0.92% | - |
HSV(B) | 24º | 0.02% | 0.93% | - |
XYZ | 79.68 | 83.48 | 89 | - |
YUV | 235.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 235 | 233 | 0 | 0.01 | 0.02 | 0.07 | 24 | 0.13 | 0.92 |
Hex | EE | EB | E9 | 0 | 1 | 2 | 7 | 18 | D | 5C |
Octal | 356 | 353 | 351 | 0 | 1 | 2 | 7 | 30 | 15 | 134 |
Binary | 11101110 | 11101011 | 11101001 | 0 | 1 | 10 | 111 | 11000 | 1101 | 1011100 |
Color Harmonies of #EEEBE9
Complementary color
Monochromatic Colors of #EEEBE9
Black with #EEEBE9
Text Example
Text Example
White with #EEEBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBE9; }
p { color: rgb(238,235,233); }
H1.HeaderClassName
{
color: #EEEBE9;
}
.AnyTagClassName
{
color: #EEEBE9;
}
</style>
background-color css
<style>
a { background-color: #EEEBE9; }
a { background-color: rgb(238,235,233); }
div.DivClassName
{
background-color: #EEEBE9;
}
.BgClassName
{
background-color: #EEEBE9;
}
</style>
border-color css
<style>
span { border-color: #EEEBE9; }
span { border-color: rgb(238,235,233); }
td.TdClassName
{
border-color: #EEEBE9;
}
.TagClassName
{
border-color: #EEEBE9;
}
</style>