Shades of Corvette #ECBA83
Tints of Corvette #ECBA83
RGB
CMYK
RGB Variations
Color information
#ECBA83 (or 0xECBA83) is known color: Corvette. HEX triplet: EC, BA and 83. RGB value is (236,186,131). Sum of RGB (Red+Green+Blue) = 236+186+131=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA83 is #13457C. Grayscale: #C2C2C2. Windows color (decimal): -1262973 or 8633068. OLE color: 8633068.
HSL color Cylindrical-coordinate representation of color #ECBA83: hue angle of 31.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECBA83 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 131 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.07 |
| HSL | 31.43º | 0.73% | 0.72% | - |
| HSV(B) | 31.43º | 0.44% | 0.93% | - |
| XYZ | 56.25 | 54.59 | 29.04 | - |
| YUV | 194.68 | 92.07 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 131 | 0 | 0.21 | 0.44 | 0.07 | 31.43 | 0.73 | 0.72 |
| Hex | EC | BA | 83 | 0 | 15 | 2C | 7 | 1F | 49 | 48 |
| Octal | 354 | 272 | 203 | 0 | 25 | 54 | 7 | 37 | 111 | 110 |
| Binary | 11101100 | 10111010 | 10000011 | 0 | 10101 | 101100 | 111 | 11111 | 1001001 | 1001000 |
Color Harmonies of #ECBA83
Complementary color
Monochromatic Colors of #ECBA83
Black with #ECBA83
Text Example
Text Example
White with #ECBA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA83; }
p { color: rgb(236,186,131); }
H1.HeaderClassName
{
color: #ECBA83;
}
.AnyTagClassName
{
color: #ECBA83;
}
</style>
background-color css
<style>
a { background-color: #ECBA83; }
a { background-color: rgb(236,186,131); }
div.DivClassName
{
background-color: #ECBA83;
}
.BgClassName
{
background-color: #ECBA83;
}
</style>
border-color css
<style>
span { border-color: #ECBA83; }
span { border-color: rgb(236,186,131); }
td.TdClassName
{
border-color: #ECBA83;
}
.TagClassName
{
border-color: #ECBA83;
}
</style>