Shades of Corvette #ECBC88
Tints of Corvette #ECBC88
RGB
CMYK
RGB Variations
Color information
#ECBC88 (or 0xECBC88) is known color: Corvette. HEX triplet: EC, BC and 88. RGB value is (236,188,136). Sum of RGB (Red+Green+Blue) = 236+188+136=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC88 is #134377. Grayscale: #C4C4C4. Windows color (decimal): -1262456 or 8961260. OLE color: 8961260.
HSL color Cylindrical-coordinate representation of color #ECBC88: hue angle of 31.2º 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 #ECBC88 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 136 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.07 |
| HSL | 31.2º | 0.72% | 0.73% | - |
| HSV(B) | 31.2º | 0.42% | 0.93% | - |
| XYZ | 57.02 | 55.58 | 31.01 | - |
| YUV | 196.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 136 | 0 | 0.20 | 0.42 | 0.07 | 31.2 | 0.72 | 0.73 |
| Hex | EC | BC | 88 | 0 | 14 | 2A | 7 | 1F | 48 | 49 |
| Octal | 354 | 274 | 210 | 0 | 24 | 52 | 7 | 37 | 110 | 111 |
| Binary | 11101100 | 10111100 | 10001000 | 0 | 10100 | 101010 | 111 | 11111 | 1001000 | 1001001 |
Color Harmonies of #ECBC88
Complementary color
Monochromatic Colors of #ECBC88
Black with #ECBC88
Text Example
Text Example
White with #ECBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC88; }
p { color: rgb(236,188,136); }
H1.HeaderClassName
{
color: #ECBC88;
}
.AnyTagClassName
{
color: #ECBC88;
}
</style>
background-color css
<style>
a { background-color: #ECBC88; }
a { background-color: rgb(236,188,136); }
div.DivClassName
{
background-color: #ECBC88;
}
.BgClassName
{
background-color: #ECBC88;
}
</style>
border-color css
<style>
span { border-color: #ECBC88; }
span { border-color: rgb(236,188,136); }
td.TdClassName
{
border-color: #ECBC88;
}
.TagClassName
{
border-color: #ECBC88;
}
</style>