Shades of Corvette #ECBA7F
Tints of Corvette #ECBA7F
RGB
CMYK
RGB Variations
Color information
#ECBA7F (or 0xECBA7F) is known color: Corvette. HEX triplet: EC, BA and 7F. RGB value is (236,186,127). Sum of RGB (Red+Green+Blue) = 236+186+127=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBA7F is #134580. Grayscale: #C2C2C2. Windows color (decimal): -1262977 or 8370924. OLE color: 8370924.
HSL color Cylindrical-coordinate representation of color #ECBA7F: hue angle of 32.48º 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 #ECBA7F is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 127 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.07 |
| HSL | 32.48º | 0.74% | 0.71% | - |
| HSV(B) | 32.48º | 0.46% | 0.93% | - |
| XYZ | 55.98 | 54.48 | 27.64 | - |
| YUV | 194.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 127 | 0 | 0.21 | 0.46 | 0.07 | 32.48 | 0.74 | 0.71 |
| Hex | EC | BA | 7F | 0 | 15 | 2E | 7 | 20 | 4A | 47 |
| Octal | 354 | 272 | 177 | 0 | 25 | 56 | 7 | 40 | 112 | 107 |
| Binary | 11101100 | 10111010 | 1111111 | 0 | 10101 | 101110 | 111 | 100000 | 1001010 | 1000111 |
Color Harmonies of #ECBA7F
Complementary color
Monochromatic Colors of #ECBA7F
Black with #ECBA7F
Text Example
Text Example
White with #ECBA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA7F; }
p { color: rgb(236,186,127); }
H1.HeaderClassName
{
color: #ECBA7F;
}
.AnyTagClassName
{
color: #ECBA7F;
}
</style>
background-color css
<style>
a { background-color: #ECBA7F; }
a { background-color: rgb(236,186,127); }
div.DivClassName
{
background-color: #ECBA7F;
}
.BgClassName
{
background-color: #ECBA7F;
}
</style>
border-color css
<style>
span { border-color: #ECBA7F; }
span { border-color: rgb(236,186,127); }
td.TdClassName
{
border-color: #ECBA7F;
}
.TagClassName
{
border-color: #ECBA7F;
}
</style>