Shades of Corvette #ECBC89
Tints of Corvette #ECBC89
RGB
CMYK
RGB Variations
Color information
#ECBC89 (or 0xECBC89) is known color: Corvette. HEX triplet: EC, BC and 89. RGB value is (236,188,137). Sum of RGB (Red+Green+Blue) = 236+188+137=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 137 (53.91% from 255 or 24.42% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC89 is #134376. Grayscale: #C4C4C4. Windows color (decimal): -1262455 or 9026796. OLE color: 9026796.
HSL color Cylindrical-coordinate representation of color #ECBC89: hue angle of 30.91º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECBC89 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 137 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.07 |
| HSL | 30.91º | 0.72% | 0.73% | - |
| HSV(B) | 30.91º | 0.42% | 0.93% | - |
| XYZ | 57.09 | 55.61 | 31.39 | - |
| YUV | 196.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 137 | 0 | 0.20 | 0.42 | 0.07 | 30.91 | 0.72 | 0.73 |
| Hex | EC | BC | 89 | 0 | 14 | 2A | 7 | 1F | 48 | 49 |
| Octal | 354 | 274 | 211 | 0 | 24 | 52 | 7 | 37 | 110 | 111 |
| Binary | 11101100 | 10111100 | 10001001 | 0 | 10100 | 101010 | 111 | 11111 | 1001000 | 1001001 |
Color Harmonies of #ECBC89
Complementary color
Monochromatic Colors of #ECBC89
Black with #ECBC89
Text Example
Text Example
White with #ECBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC89; }
p { color: rgb(236,188,137); }
H1.HeaderClassName
{
color: #ECBC89;
}
.AnyTagClassName
{
color: #ECBC89;
}
</style>
background-color css
<style>
a { background-color: #ECBC89; }
a { background-color: rgb(236,188,137); }
div.DivClassName
{
background-color: #ECBC89;
}
.BgClassName
{
background-color: #ECBC89;
}
</style>
border-color css
<style>
span { border-color: #ECBC89; }
span { border-color: rgb(236,188,137); }
td.TdClassName
{
border-color: #ECBC89;
}
.TagClassName
{
border-color: #ECBC89;
}
</style>