Shades of Corvette #ECBC85
Tints of Corvette #ECBC85
RGB
CMYK
RGB Variations
Color information
#ECBC85 (or 0xECBC85) is known color: Corvette. HEX triplet: EC, BC and 85. RGB value is (236,188,133). Sum of RGB (Red+Green+Blue) = 236+188+133=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC85 is #13437A. Grayscale: #C4C4C4. Windows color (decimal): -1262459 or 8764652. OLE color: 8764652.
HSL color Cylindrical-coordinate representation of color #ECBC85: hue angle of 32.04º 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 #ECBC85 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 133 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.07 |
| HSL | 32.04º | 0.73% | 0.72% | - |
| HSV(B) | 32.04º | 0.44% | 0.93% | - |
| XYZ | 56.81 | 55.49 | 29.91 | - |
| YUV | 196.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 133 | 0 | 0.20 | 0.44 | 0.07 | 32.04 | 0.73 | 0.72 |
| Hex | EC | BC | 85 | 0 | 14 | 2C | 7 | 20 | 49 | 48 |
| Octal | 354 | 274 | 205 | 0 | 24 | 54 | 7 | 40 | 111 | 110 |
| Binary | 11101100 | 10111100 | 10000101 | 0 | 10100 | 101100 | 111 | 100000 | 1001001 | 1001000 |
Color Harmonies of #ECBC85
Complementary color
Monochromatic Colors of #ECBC85
Black with #ECBC85
Text Example
Text Example
White with #ECBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC85; }
p { color: rgb(236,188,133); }
H1.HeaderClassName
{
color: #ECBC85;
}
.AnyTagClassName
{
color: #ECBC85;
}
</style>
background-color css
<style>
a { background-color: #ECBC85; }
a { background-color: rgb(236,188,133); }
div.DivClassName
{
background-color: #ECBC85;
}
.BgClassName
{
background-color: #ECBC85;
}
</style>
border-color css
<style>
span { border-color: #ECBC85; }
span { border-color: rgb(236,188,133); }
td.TdClassName
{
border-color: #ECBC85;
}
.TagClassName
{
border-color: #ECBC85;
}
</style>