Shades of Corvette #ECB980
Tints of Corvette #ECB980
RGB
CMYK
RGB Variations
Color information
#ECB980 (or 0xECB980) is known color: Corvette. HEX triplet: EC, B9 and 80. RGB value is (236,185,128). Sum of RGB (Red+Green+Blue) = 236+185+128=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB980 is #13467F. Grayscale: #C2C2C2. Windows color (decimal): -1263232 or 8436204. OLE color: 8436204.
HSL color Cylindrical-coordinate representation of color #ECB980: hue angle of 31.67º 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 #ECB980 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 128 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.07 |
| HSL | 31.67º | 0.74% | 0.71% | - |
| HSV(B) | 31.67º | 0.46% | 0.93% | - |
| XYZ | 55.84 | 54.09 | 27.92 | - |
| YUV | 193.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 128 | 0 | 0.22 | 0.46 | 0.07 | 31.67 | 0.74 | 0.71 |
| Hex | EC | B9 | 80 | 0 | 16 | 2E | 7 | 20 | 4A | 47 |
| Octal | 354 | 271 | 200 | 0 | 26 | 56 | 7 | 40 | 112 | 107 |
| Binary | 11101100 | 10111001 | 10000000 | 0 | 10110 | 101110 | 111 | 100000 | 1001010 | 1000111 |
Color Harmonies of #ECB980
Complementary color
Monochromatic Colors of #ECB980
Black with #ECB980
Text Example
Text Example
White with #ECB980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB980; }
p { color: rgb(236,185,128); }
H1.HeaderClassName
{
color: #ECB980;
}
.AnyTagClassName
{
color: #ECB980;
}
</style>
background-color css
<style>
a { background-color: #ECB980; }
a { background-color: rgb(236,185,128); }
div.DivClassName
{
background-color: #ECB980;
}
.BgClassName
{
background-color: #ECB980;
}
</style>
border-color css
<style>
span { border-color: #ECB980; }
span { border-color: rgb(236,185,128); }
td.TdClassName
{
border-color: #ECB980;
}
.TagClassName
{
border-color: #ECB980;
}
</style>