Shades of Corvette #ECB785
Tints of Corvette #ECB785
RGB
CMYK
RGB Variations
Color information
#ECB785 (or 0xECB785) is known color: Corvette. HEX triplet: EC, B7 and 85. RGB value is (236,183,133). Sum of RGB (Red+Green+Blue) = 236+183+133=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB785 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB785 is #13487A. Grayscale: #C1C1C1. Windows color (decimal): -1263739 or 8763372. OLE color: 8763372.
HSL color Cylindrical-coordinate representation of color #ECB785: hue angle of 29.13º 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 #ECB785 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 133 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.07 |
| HSL | 29.13º | 0.73% | 0.72% | - |
| HSV(B) | 29.13º | 0.44% | 0.93% | - |
| XYZ | 55.76 | 53.39 | 29.56 | - |
| YUV | 193.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 133 | 0 | 0.22 | 0.44 | 0.07 | 29.13 | 0.73 | 0.72 |
| Hex | EC | B7 | 85 | 0 | 16 | 2C | 7 | 1D | 49 | 48 |
| Octal | 354 | 267 | 205 | 0 | 26 | 54 | 7 | 35 | 111 | 110 |
| Binary | 11101100 | 10110111 | 10000101 | 0 | 10110 | 101100 | 111 | 11101 | 1001001 | 1001000 |
Color Harmonies of #ECB785
Complementary color
Monochromatic Colors of #ECB785
Black with #ECB785
Text Example
Text Example
White with #ECB785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB785; }
p { color: rgb(236,183,133); }
H1.HeaderClassName
{
color: #ECB785;
}
.AnyTagClassName
{
color: #ECB785;
}
</style>
background-color css
<style>
a { background-color: #ECB785; }
a { background-color: rgb(236,183,133); }
div.DivClassName
{
background-color: #ECB785;
}
.BgClassName
{
background-color: #ECB785;
}
</style>
border-color css
<style>
span { border-color: #ECB785; }
span { border-color: rgb(236,183,133); }
td.TdClassName
{
border-color: #ECB785;
}
.TagClassName
{
border-color: #ECB785;
}
</style>