Shades of Corvette #ECB686
Tints of Corvette #ECB686
RGB
CMYK
RGB Variations
Color information
#ECB686 (or 0xECB686) is known color: Corvette. HEX triplet: EC, B6 and 86. RGB value is (236,182,134). Sum of RGB (Red+Green+Blue) = 236+182+134=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB686 is #134979. Grayscale: #C0C0C0. Windows color (decimal): -1263994 or 8828652. OLE color: 8828652.
HSL color Cylindrical-coordinate representation of color #ECB686: hue angle of 28.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECB686 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 134 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.07 |
| HSL | 28.24º | 0.73% | 0.73% | - |
| HSV(B) | 28.24º | 0.43% | 0.93% | - |
| XYZ | 55.62 | 53.01 | 29.85 | - |
| YUV | 192.67 | 94.89 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 134 | 0 | 0.23 | 0.43 | 0.07 | 28.24 | 0.73 | 0.73 |
| Hex | EC | B6 | 86 | 0 | 17 | 2B | 7 | 1C | 49 | 49 |
| Octal | 354 | 266 | 206 | 0 | 27 | 53 | 7 | 34 | 111 | 111 |
| Binary | 11101100 | 10110110 | 10000110 | 0 | 10111 | 101011 | 111 | 11100 | 1001001 | 1001001 |
Color Harmonies of #ECB686
Complementary color
Monochromatic Colors of #ECB686
Black with #ECB686
Text Example
Text Example
White with #ECB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB686; }
p { color: rgb(236,182,134); }
H1.HeaderClassName
{
color: #ECB686;
}
.AnyTagClassName
{
color: #ECB686;
}
</style>
background-color css
<style>
a { background-color: #ECB686; }
a { background-color: rgb(236,182,134); }
div.DivClassName
{
background-color: #ECB686;
}
.BgClassName
{
background-color: #ECB686;
}
</style>
border-color css
<style>
span { border-color: #ECB686; }
span { border-color: rgb(236,182,134); }
td.TdClassName
{
border-color: #ECB686;
}
.TagClassName
{
border-color: #ECB686;
}
</style>