Shades of Corvette #ECBA82
Tints of Corvette #ECBA82
RGB
CMYK
RGB Variations
Color information
#ECBA82 (or 0xECBA82) is known color: Corvette. HEX triplet: EC, BA and 82. RGB value is (236,186,130). Sum of RGB (Red+Green+Blue) = 236+186+130=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA82 is #13457D. Grayscale: #C2C2C2. Windows color (decimal): -1262974 or 8567532. OLE color: 8567532.
HSL color Cylindrical-coordinate representation of color #ECBA82: hue angle of 31.7º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECBA82 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 130 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.07 |
| HSL | 31.7º | 0.74% | 0.72% | - |
| HSV(B) | 31.7º | 0.45% | 0.93% | - |
| XYZ | 56.18 | 54.56 | 28.69 | - |
| YUV | 194.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 130 | 0 | 0.21 | 0.45 | 0.07 | 31.7 | 0.74 | 0.72 |
| Hex | EC | BA | 82 | 0 | 15 | 2D | 7 | 20 | 4A | 48 |
| Octal | 354 | 272 | 202 | 0 | 25 | 55 | 7 | 40 | 112 | 110 |
| Binary | 11101100 | 10111010 | 10000010 | 0 | 10101 | 101101 | 111 | 100000 | 1001010 | 1001000 |
Color Harmonies of #ECBA82
Complementary color
Monochromatic Colors of #ECBA82
Black with #ECBA82
Text Example
Text Example
White with #ECBA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA82; }
p { color: rgb(236,186,130); }
H1.HeaderClassName
{
color: #ECBA82;
}
.AnyTagClassName
{
color: #ECBA82;
}
</style>
background-color css
<style>
a { background-color: #ECBA82; }
a { background-color: rgb(236,186,130); }
div.DivClassName
{
background-color: #ECBA82;
}
.BgClassName
{
background-color: #ECBA82;
}
</style>
border-color css
<style>
span { border-color: #ECBA82; }
span { border-color: rgb(236,186,130); }
td.TdClassName
{
border-color: #ECBA82;
}
.TagClassName
{
border-color: #ECBA82;
}
</style>