Shades of Sauvignon #EBE5E2
Tints of Sauvignon #EBE5E2
RGB
CMYK
RGB Variations
Color information
#EBE5E2 (or 0xEBE5E2) is known color: Sauvignon. HEX triplet: EB, E5 and E2. RGB value is (235,229,226). Sum of RGB (Red+Green+Blue) = 235+229+226=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5E2 is #141A1D. Grayscale: #E6E6E6. Windows color (decimal): -1317406 or 14869995. OLE color: 14869995.
HSL color Cylindrical-coordinate representation of color #EBE5E2: hue angle of 20º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBE5E2 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 229 | 226 | - |
CMYK | 0 | 0.03 | 0.04 | 0.08 |
HSL | 20º | 0.18% | 0.9% | - |
HSV(B) | 20º | 0.04% | 0.92% | - |
XYZ | 76.01 | 79.19 | 83.23 | - |
YUV | 230.45 | 125.49 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 229 | 226 | 0 | 0.03 | 0.04 | 0.08 | 20 | 0.18 | 0.9 |
Hex | EB | E5 | E2 | 0 | 3 | 4 | 8 | 14 | 12 | 5A |
Octal | 353 | 345 | 342 | 0 | 3 | 4 | 10 | 24 | 22 | 132 |
Binary | 11101011 | 11100101 | 11100010 | 0 | 11 | 100 | 1000 | 10100 | 10010 | 1011010 |
Color Harmonies of #EBE5E2
Complementary color
Monochromatic Colors of #EBE5E2
Black with #EBE5E2
Text Example
Text Example
White with #EBE5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE5E2; }
p { color: rgb(235,229,226); }
H1.HeaderClassName
{
color: #EBE5E2;
}
.AnyTagClassName
{
color: #EBE5E2;
}
</style>
background-color css
<style>
a { background-color: #EBE5E2; }
a { background-color: rgb(235,229,226); }
div.DivClassName
{
background-color: #EBE5E2;
}
.BgClassName
{
background-color: #EBE5E2;
}
</style>
border-color css
<style>
span { border-color: #EBE5E2; }
span { border-color: rgb(235,229,226); }
td.TdClassName
{
border-color: #EBE5E2;
}
.TagClassName
{
border-color: #EBE5E2;
}
</style>