Shades of Sauvignon #ECEAE9
Tints of Sauvignon #ECEAE9
RGB
CMYK
RGB Variations
Color information
#ECEAE9 (or 0xECEAE9) is known color: Sauvignon. HEX triplet: EC, EA and E9. RGB value is (236,234,233). Sum of RGB (Red+Green+Blue) = 236+234+233=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAE9 is #131516. Grayscale: #EAEAEA. Windows color (decimal): -1250583 or 15330028. OLE color: 15330028.
HSL color Cylindrical-coordinate representation of color #ECEAE9: hue angle of 20º degrees, saturation: 0.07, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ECEAE9 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 234 | 233 | - |
CMYK | 0 | 0.01 | 0.01 | 0.07 |
HSL | 20º | 0.07% | 0.92% | - |
HSV(B) | 20º | 0.01% | 0.93% | - |
XYZ | 78.72 | 82.56 | 88.88 | - |
YUV | 234.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 233 | 0 | 0.01 | 0.01 | 0.07 | 20 | 0.07 | 0.92 |
Hex | EC | EA | E9 | 0 | 1 | 1 | 7 | 14 | 7 | 5C |
Octal | 354 | 352 | 351 | 0 | 1 | 1 | 7 | 24 | 7 | 134 |
Binary | 11101100 | 11101010 | 11101001 | 0 | 1 | 1 | 111 | 10100 | 111 | 1011100 |
Color Harmonies of #ECEAE9
Complementary color
Monochromatic Colors of #ECEAE9
Black with #ECEAE9
Text Example
Text Example
White with #ECEAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAE9; }
p { color: rgb(236,234,233); }
H1.HeaderClassName
{
color: #ECEAE9;
}
.AnyTagClassName
{
color: #ECEAE9;
}
</style>
background-color css
<style>
a { background-color: #ECEAE9; }
a { background-color: rgb(236,234,233); }
div.DivClassName
{
background-color: #ECEAE9;
}
.BgClassName
{
background-color: #ECEAE9;
}
</style>
border-color css
<style>
span { border-color: #ECEAE9; }
span { border-color: rgb(236,234,233); }
td.TdClassName
{
border-color: #ECEAE9;
}
.TagClassName
{
border-color: #ECEAE9;
}
</style>