Shades of Sauvignon #EFE6E2
Tints of Sauvignon #EFE6E2
RGB
CMYK
RGB Variations
Color information
#EFE6E2 (or 0xEFE6E2) is known color: Sauvignon. HEX triplet: EF, E6 and E2. RGB value is (239,230,226). Sum of RGB (Red+Green+Blue) = 239+230+226=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 230 (90.23% from 255 or 33.09% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6E2 is #10191D. Grayscale: #E8E8E8. Windows color (decimal): -1055006 or 14870255. OLE color: 14870255.
HSL color Cylindrical-coordinate representation of color #EFE6E2: hue angle of 18.46º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE6E2 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 226 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.06 |
| HSL | 18.46º | 0.29% | 0.91% | - |
| HSV(B) | 18.46º | 0.05% | 0.94% | - |
| XYZ | 77.62 | 80.44 | 83.39 | - |
| YUV | 232.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 226 | 0 | 0.04 | 0.05 | 0.06 | 18.46 | 0.29 | 0.91 |
| Hex | EF | E6 | E2 | 0 | 4 | 5 | 6 | 12 | 1D | 5B |
| Octal | 357 | 346 | 342 | 0 | 4 | 5 | 6 | 22 | 35 | 133 |
| Binary | 11101111 | 11100110 | 11100010 | 0 | 100 | 101 | 110 | 10010 | 11101 | 1011011 |
Color Harmonies of #EFE6E2
Complementary color
Monochromatic Colors of #EFE6E2
Black with #EFE6E2
Text Example
Text Example
White with #EFE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE6E2; }
p { color: rgb(239,230,226); }
H1.HeaderClassName
{
color: #EFE6E2;
}
.AnyTagClassName
{
color: #EFE6E2;
}
</style>
background-color css
<style>
a { background-color: #EFE6E2; }
a { background-color: rgb(239,230,226); }
div.DivClassName
{
background-color: #EFE6E2;
}
.BgClassName
{
background-color: #EFE6E2;
}
</style>
border-color css
<style>
span { border-color: #EFE6E2; }
span { border-color: rgb(239,230,226); }
td.TdClassName
{
border-color: #EFE6E2;
}
.TagClassName
{
border-color: #EFE6E2;
}
</style>