Shades of Corvette #ECB985
Tints of Corvette #ECB985
RGB
CMYK
RGB Variations
Color information
#ECB985 (or 0xECB985) is known color: Corvette. HEX triplet: EC, B9 and 85. RGB value is (236,185,133). Sum of RGB (Red+Green+Blue) = 236+185+133=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB985 is #13467A. Grayscale: #C2C2C2. Windows color (decimal): -1263227 or 8763884. OLE color: 8763884.
HSL color Cylindrical-coordinate representation of color #ECB985: hue angle of 30.29º 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 #ECB985 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 133 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.07 |
| HSL | 30.29º | 0.73% | 0.72% | - |
| HSV(B) | 30.29º | 0.44% | 0.93% | - |
| XYZ | 56.17 | 54.22 | 29.7 | - |
| YUV | 194.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 133 | 0 | 0.22 | 0.44 | 0.07 | 30.29 | 0.73 | 0.72 |
| Hex | EC | B9 | 85 | 0 | 16 | 2C | 7 | 1E | 49 | 48 |
| Octal | 354 | 271 | 205 | 0 | 26 | 54 | 7 | 36 | 111 | 110 |
| Binary | 11101100 | 10111001 | 10000101 | 0 | 10110 | 101100 | 111 | 11110 | 1001001 | 1001000 |
Color Harmonies of #ECB985
Complementary color
Monochromatic Colors of #ECB985
Black with #ECB985
Text Example
Text Example
White with #ECB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB985; }
p { color: rgb(236,185,133); }
H1.HeaderClassName
{
color: #ECB985;
}
.AnyTagClassName
{
color: #ECB985;
}
</style>
background-color css
<style>
a { background-color: #ECB985; }
a { background-color: rgb(236,185,133); }
div.DivClassName
{
background-color: #ECB985;
}
.BgClassName
{
background-color: #ECB985;
}
</style>
border-color css
<style>
span { border-color: #ECB985; }
span { border-color: rgb(236,185,133); }
td.TdClassName
{
border-color: #ECB985;
}
.TagClassName
{
border-color: #ECB985;
}
</style>