Shades of Corvette #ECB685
Tints of Corvette #ECB685
RGB
CMYK
RGB Variations
Color information
#ECB685 (or 0xECB685) is known color: Corvette. HEX triplet: EC, B6 and 85. RGB value is (236,182,133). Sum of RGB (Red+Green+Blue) = 236+182+133=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB685 is #13497A. Grayscale: #C0C0C0. Windows color (decimal): -1263995 or 8763116. OLE color: 8763116.
HSL color Cylindrical-coordinate representation of color #ECB685: hue angle of 28.54º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECB685 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 133 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.07 |
| HSL | 28.54º | 0.73% | 0.72% | - |
| HSV(B) | 28.54º | 0.44% | 0.93% | - |
| XYZ | 55.55 | 52.98 | 29.49 | - |
| YUV | 192.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 133 | 0 | 0.23 | 0.44 | 0.07 | 28.54 | 0.73 | 0.72 |
| Hex | EC | B6 | 85 | 0 | 17 | 2C | 7 | 1D | 49 | 48 |
| Octal | 354 | 266 | 205 | 0 | 27 | 54 | 7 | 35 | 111 | 110 |
| Binary | 11101100 | 10110110 | 10000101 | 0 | 10111 | 101100 | 111 | 11101 | 1001001 | 1001000 |
Color Harmonies of #ECB685
Complementary color
Monochromatic Colors of #ECB685
Black with #ECB685
Text Example
Text Example
White with #ECB685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB685; }
p { color: rgb(236,182,133); }
H1.HeaderClassName
{
color: #ECB685;
}
.AnyTagClassName
{
color: #ECB685;
}
</style>
background-color css
<style>
a { background-color: #ECB685; }
a { background-color: rgb(236,182,133); }
div.DivClassName
{
background-color: #ECB685;
}
.BgClassName
{
background-color: #ECB685;
}
</style>
border-color css
<style>
span { border-color: #ECB685; }
span { border-color: rgb(236,182,133); }
td.TdClassName
{
border-color: #ECB685;
}
.TagClassName
{
border-color: #ECB685;
}
</style>