Shades of Corvette #ECBC8D
Tints of Corvette #ECBC8D
RGB
CMYK
RGB Variations
Color information
#ECBC8D (or 0xECBC8D) is known color: Corvette. HEX triplet: EC, BC and 8D. RGB value is (236,188,141). Sum of RGB (Red+Green+Blue) = 236+188+141=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC8D is #134372. Grayscale: #C5C5C5. Windows color (decimal): -1262451 or 9288940. OLE color: 9288940.
HSL color Cylindrical-coordinate representation of color #ECBC8D: hue angle of 29.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECBC8D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 141 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.07 |
| HSL | 29.68º | 0.71% | 0.74% | - |
| HSV(B) | 29.68º | 0.4% | 0.93% | - |
| XYZ | 57.38 | 55.72 | 32.93 | - |
| YUV | 196.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 141 | 0 | 0.20 | 0.40 | 0.07 | 29.68 | 0.71 | 0.74 |
| Hex | EC | BC | 8D | 0 | 14 | 28 | 7 | 1E | 47 | 4A |
| Octal | 354 | 274 | 215 | 0 | 24 | 50 | 7 | 36 | 107 | 112 |
| Binary | 11101100 | 10111100 | 10001101 | 0 | 10100 | 101000 | 111 | 11110 | 1000111 | 1001010 |
Color Harmonies of #ECBC8D
Complementary color
Monochromatic Colors of #ECBC8D
Black with #ECBC8D
Text Example
Text Example
White with #ECBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC8D; }
p { color: rgb(236,188,141); }
H1.HeaderClassName
{
color: #ECBC8D;
}
.AnyTagClassName
{
color: #ECBC8D;
}
</style>
background-color css
<style>
a { background-color: #ECBC8D; }
a { background-color: rgb(236,188,141); }
div.DivClassName
{
background-color: #ECBC8D;
}
.BgClassName
{
background-color: #ECBC8D;
}
</style>
border-color css
<style>
span { border-color: #ECBC8D; }
span { border-color: rgb(236,188,141); }
td.TdClassName
{
border-color: #ECBC8D;
}
.TagClassName
{
border-color: #ECBC8D;
}
</style>