Shades of Sauvignon #EFE9E6
Tints of Sauvignon #EFE9E6
RGB
CMYK
RGB Variations
Color information
#EFE9E6 (or 0xEFE9E6) is known color: Sauvignon. HEX triplet: EF, E9 and E6. RGB value is (239,233,230). Sum of RGB (Red+Green+Blue) = 239+233+230=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 233 (91.41% from 255 or 33.19% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9E6 is #101619. Grayscale: #EAEAEA. Windows color (decimal): -1054234 or 15133167. OLE color: 15133167.
HSL color Cylindrical-coordinate representation of color #EFE9E6: hue angle of 20º degrees, saturation: 0.22, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFE9E6 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 233 | 230 | - |
CMYK | 0 | 0.03 | 0.04 | 0.06 |
HSL | 20º | 0.22% | 0.92% | - |
HSV(B) | 20º | 0.04% | 0.94% | - |
XYZ | 79.02 | 82.34 | 86.59 | - |
YUV | 234.45 | 125.49 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 233 | 230 | 0 | 0.03 | 0.04 | 0.06 | 20 | 0.22 | 0.92 |
Hex | EF | E9 | E6 | 0 | 3 | 4 | 6 | 14 | 16 | 5C |
Octal | 357 | 351 | 346 | 0 | 3 | 4 | 6 | 24 | 26 | 134 |
Binary | 11101111 | 11101001 | 11100110 | 0 | 11 | 100 | 110 | 10100 | 10110 | 1011100 |
Color Harmonies of #EFE9E6
Complementary color
Monochromatic Colors of #EFE9E6
Black with #EFE9E6
Text Example
Text Example
White with #EFE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9E6; }
p { color: rgb(239,233,230); }
H1.HeaderClassName
{
color: #EFE9E6;
}
.AnyTagClassName
{
color: #EFE9E6;
}
</style>
background-color css
<style>
a { background-color: #EFE9E6; }
a { background-color: rgb(239,233,230); }
div.DivClassName
{
background-color: #EFE9E6;
}
.BgClassName
{
background-color: #EFE9E6;
}
</style>
border-color css
<style>
span { border-color: #EFE9E6; }
span { border-color: rgb(239,233,230); }
td.TdClassName
{
border-color: #EFE9E6;
}
.TagClassName
{
border-color: #EFE9E6;
}
</style>