Shades of Sauvignon #EDE5E2
Tints of Sauvignon #EDE5E2
RGB
CMYK
RGB Variations
Color information
#EDE5E2 (or 0xEDE5E2) is known color: Sauvignon. HEX triplet: ED, E5 and E2. RGB value is (237,229,226). Sum of RGB (Red+Green+Blue) = 237+229+226=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 226 (88.67% from 255 or 32.66% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5E2 is #121A1D. Grayscale: #E7E7E7. Windows color (decimal): -1186334 or 14869997. OLE color: 14869997.
HSL color Cylindrical-coordinate representation of color #EDE5E2: hue angle of 16.36º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE5E2 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 229 | 226 | - |
CMYK | 0 | 0.03 | 0.05 | 0.07 |
HSL | 16.36º | 0.23% | 0.91% | - |
HSV(B) | 16.36º | 0.05% | 0.93% | - |
XYZ | 76.67 | 79.53 | 83.26 | - |
YUV | 231.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 229 | 226 | 0 | 0.03 | 0.05 | 0.07 | 16.36 | 0.23 | 0.91 |
Hex | ED | E5 | E2 | 0 | 3 | 5 | 7 | 10 | 17 | 5B |
Octal | 355 | 345 | 342 | 0 | 3 | 5 | 7 | 20 | 27 | 133 |
Binary | 11101101 | 11100101 | 11100010 | 0 | 11 | 101 | 111 | 10000 | 10111 | 1011011 |
Color Harmonies of #EDE5E2
Complementary color
Monochromatic Colors of #EDE5E2
Black with #EDE5E2
Text Example
Text Example
White with #EDE5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5E2; }
p { color: rgb(237,229,226); }
H1.HeaderClassName
{
color: #EDE5E2;
}
.AnyTagClassName
{
color: #EDE5E2;
}
</style>
background-color css
<style>
a { background-color: #EDE5E2; }
a { background-color: rgb(237,229,226); }
div.DivClassName
{
background-color: #EDE5E2;
}
.BgClassName
{
background-color: #EDE5E2;
}
</style>
border-color css
<style>
span { border-color: #EDE5E2; }
span { border-color: rgb(237,229,226); }
td.TdClassName
{
border-color: #EDE5E2;
}
.TagClassName
{
border-color: #EDE5E2;
}
</style>