Shades of Corvette #ECC080
Tints of Corvette #ECC080
RGB
CMYK
RGB Variations
Color information
#ECC080 (or 0xECC080) is known color: Corvette. HEX triplet: EC, C0 and 80. RGB value is (236,192,128). Sum of RGB (Red+Green+Blue) = 236+192+128=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC080 is #133F7F. Grayscale: #C6C6C6. Windows color (decimal): -1261440 or 8437996. OLE color: 8437996.
HSL color Cylindrical-coordinate representation of color #ECC080: hue angle of 35.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECC080 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 128 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.07 |
| HSL | 35.56º | 0.74% | 0.71% | - |
| HSV(B) | 35.56º | 0.46% | 0.93% | - |
| XYZ | 57.34 | 57.09 | 28.42 | - |
| YUV | 197.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 128 | 0 | 0.19 | 0.46 | 0.07 | 35.56 | 0.74 | 0.71 |
| Hex | EC | C0 | 80 | 0 | 13 | 2E | 7 | 24 | 4A | 47 |
| Octal | 354 | 300 | 200 | 0 | 23 | 56 | 7 | 44 | 112 | 107 |
| Binary | 11101100 | 11000000 | 10000000 | 0 | 10011 | 101110 | 111 | 100100 | 1001010 | 1000111 |
Color Harmonies of #ECC080
Complementary color
Monochromatic Colors of #ECC080
Black with #ECC080
Text Example
Text Example
White with #ECC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC080; }
p { color: rgb(236,192,128); }
H1.HeaderClassName
{
color: #ECC080;
}
.AnyTagClassName
{
color: #ECC080;
}
</style>
background-color css
<style>
a { background-color: #ECC080; }
a { background-color: rgb(236,192,128); }
div.DivClassName
{
background-color: #ECC080;
}
.BgClassName
{
background-color: #ECC080;
}
</style>
border-color css
<style>
span { border-color: #ECC080; }
span { border-color: rgb(236,192,128); }
td.TdClassName
{
border-color: #ECC080;
}
.TagClassName
{
border-color: #ECC080;
}
</style>