Shades of Corvette #ECC085
Tints of Corvette #ECC085
RGB
CMYK
RGB Variations
Color information
#ECC085 (or 0xECC085) is known color: Corvette. HEX triplet: EC, C0 and 85. RGB value is (236,192,133). Sum of RGB (Red+Green+Blue) = 236+192+133=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC085 is #133F7A. Grayscale: #C6C6C6. Windows color (decimal): -1261435 or 8765676. OLE color: 8765676.
HSL color Cylindrical-coordinate representation of color #ECC085: hue angle of 34.37º 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 #ECC085 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 133 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.07 |
| HSL | 34.37º | 0.73% | 0.72% | - |
| HSV(B) | 34.37º | 0.44% | 0.93% | - |
| XYZ | 57.68 | 57.23 | 30.2 | - |
| YUV | 198.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 133 | 0 | 0.19 | 0.44 | 0.07 | 34.37 | 0.73 | 0.72 |
| Hex | EC | C0 | 85 | 0 | 13 | 2C | 7 | 22 | 49 | 48 |
| Octal | 354 | 300 | 205 | 0 | 23 | 54 | 7 | 42 | 111 | 110 |
| Binary | 11101100 | 11000000 | 10000101 | 0 | 10011 | 101100 | 111 | 100010 | 1001001 | 1001000 |
Color Harmonies of #ECC085
Complementary color
Monochromatic Colors of #ECC085
Black with #ECC085
Text Example
Text Example
White with #ECC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC085; }
p { color: rgb(236,192,133); }
H1.HeaderClassName
{
color: #ECC085;
}
.AnyTagClassName
{
color: #ECC085;
}
</style>
background-color css
<style>
a { background-color: #ECC085; }
a { background-color: rgb(236,192,133); }
div.DivClassName
{
background-color: #ECC085;
}
.BgClassName
{
background-color: #ECC085;
}
</style>
border-color css
<style>
span { border-color: #ECC085; }
span { border-color: rgb(236,192,133); }
td.TdClassName
{
border-color: #ECC085;
}
.TagClassName
{
border-color: #ECC085;
}
</style>