Shades of Corvette #ECBA7B
Tints of Corvette #ECBA7B
RGB
CMYK
RGB Variations
Color information
#ECBA7B (or 0xECBA7B) is known color: Corvette. HEX triplet: EC, BA and 7B. RGB value is (236,186,123). Sum of RGB (Red+Green+Blue) = 236+186+123=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA7B is #134584. Grayscale: #C2C2C2. Windows color (decimal): -1262981 or 8108780. OLE color: 8108780.
HSL color Cylindrical-coordinate representation of color #ECBA7B: hue angle of 33.45º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECBA7B is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 123 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.07 |
| HSL | 33.45º | 0.75% | 0.7% | - |
| HSV(B) | 33.45º | 0.48% | 0.93% | - |
| XYZ | 55.73 | 54.38 | 26.3 | - |
| YUV | 193.77 | 88.07 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 123 | 0 | 0.21 | 0.48 | 0.07 | 33.45 | 0.75 | 0.7 |
| Hex | EC | BA | 7B | 0 | 15 | 30 | 7 | 21 | 4B | 46 |
| Octal | 354 | 272 | 173 | 0 | 25 | 60 | 7 | 41 | 113 | 106 |
| Binary | 11101100 | 10111010 | 1111011 | 0 | 10101 | 110000 | 111 | 100001 | 1001011 | 1000110 |
Color Harmonies of #ECBA7B
Complementary color
Monochromatic Colors of #ECBA7B
Black with #ECBA7B
Text Example
Text Example
White with #ECBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA7B; }
p { color: rgb(236,186,123); }
H1.HeaderClassName
{
color: #ECBA7B;
}
.AnyTagClassName
{
color: #ECBA7B;
}
</style>
background-color css
<style>
a { background-color: #ECBA7B; }
a { background-color: rgb(236,186,123); }
div.DivClassName
{
background-color: #ECBA7B;
}
.BgClassName
{
background-color: #ECBA7B;
}
</style>
border-color css
<style>
span { border-color: #ECBA7B; }
span { border-color: rgb(236,186,123); }
td.TdClassName
{
border-color: #ECBA7B;
}
.TagClassName
{
border-color: #ECBA7B;
}
</style>