Shades of Sauvignon #E9E6E5
Tints of Sauvignon #E9E6E5
RGB
CMYK
RGB Variations
Color information
#E9E6E5 (or 0xE9E6E5) is known color: Sauvignon. HEX triplet: E9, E6 and E5. RGB value is (233,230,229). Sum of RGB (Red+Green+Blue) = 233+230+229=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 229 (89.84% from 255 or 33.09% from 692); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E6E5 is #16191A. Grayscale: #E6E6E6. Windows color (decimal): -1448219 or 15066857. OLE color: 15066857.
HSL color Cylindrical-coordinate representation of color #E9E6E5: hue angle of 15º degrees, saturation: 0.08, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E9E6E5 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 230 | 229 | - |
CMYK | 0 | 0.01 | 0.02 | 0.09 |
HSL | 15º | 0.08% | 0.91% | - |
HSV(B) | 15º | 0.02% | 0.91% | - |
XYZ | 76.04 | 79.57 | 85.48 | - |
YUV | 230.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 230 | 229 | 0 | 0.01 | 0.02 | 0.09 | 15 | 0.08 | 0.91 |
Hex | E9 | E6 | E5 | 0 | 1 | 2 | 9 | F | 8 | 5B |
Octal | 351 | 346 | 345 | 0 | 1 | 2 | 11 | 17 | 10 | 133 |
Binary | 11101001 | 11100110 | 11100101 | 0 | 1 | 10 | 1001 | 1111 | 1000 | 1011011 |
Color Harmonies of #E9E6E5
Complementary color
Monochromatic Colors of #E9E6E5
Black with #E9E6E5
Text Example
Text Example
White with #E9E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6E5; }
p { color: rgb(233,230,229); }
H1.HeaderClassName
{
color: #E9E6E5;
}
.AnyTagClassName
{
color: #E9E6E5;
}
</style>
background-color css
<style>
a { background-color: #E9E6E5; }
a { background-color: rgb(233,230,229); }
div.DivClassName
{
background-color: #E9E6E5;
}
.BgClassName
{
background-color: #E9E6E5;
}
</style>
border-color css
<style>
span { border-color: #E9E6E5; }
span { border-color: rgb(233,230,229); }
td.TdClassName
{
border-color: #E9E6E5;
}
.TagClassName
{
border-color: #E9E6E5;
}
</style>