Shades of Sauvignon #EEEAE7
Tints of Sauvignon #EEEAE7
RGB
CMYK
RGB Variations
Color information
#EEEAE7 (or 0xEEEAE7) is known color: Sauvignon. HEX triplet: EE, EA and E7. RGB value is (238,234,231). Sum of RGB (Red+Green+Blue) = 238+234+231=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAE7 is #111518. Grayscale: #EAEAEA. Windows color (decimal): -1119513 or 15198958. OLE color: 15198958.
HSL color Cylindrical-coordinate representation of color #EEEAE7: hue angle of 25.71º 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 #EEEAE7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 234 | 231 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.07 |
| HSL | 25.71º | 0.17% | 0.92% | - |
| HSV(B) | 25.71º | 0.03% | 0.93% | - |
| XYZ | 79.11 | 82.79 | 87.41 | - |
| YUV | 234.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 234 | 231 | 0 | 0.02 | 0.03 | 0.07 | 25.71 | 0.17 | 0.92 |
| Hex | EE | EA | E7 | 0 | 2 | 3 | 7 | 1A | 11 | 5C |
| Octal | 356 | 352 | 347 | 0 | 2 | 3 | 7 | 32 | 21 | 134 |
| Binary | 11101110 | 11101010 | 11100111 | 0 | 10 | 11 | 111 | 11010 | 10001 | 1011100 |
Color Harmonies of #EEEAE7
Complementary color
Monochromatic Colors of #EEEAE7
Black with #EEEAE7
Text Example
Text Example
White with #EEEAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAE7; }
p { color: rgb(238,234,231); }
H1.HeaderClassName
{
color: #EEEAE7;
}
.AnyTagClassName
{
color: #EEEAE7;
}
</style>
background-color css
<style>
a { background-color: #EEEAE7; }
a { background-color: rgb(238,234,231); }
div.DivClassName
{
background-color: #EEEAE7;
}
.BgClassName
{
background-color: #EEEAE7;
}
</style>
border-color css
<style>
span { border-color: #EEEAE7; }
span { border-color: rgb(238,234,231); }
td.TdClassName
{
border-color: #EEEAE7;
}
.TagClassName
{
border-color: #EEEAE7;
}
</style>