Shades of Corvette #ECBC8C
Tints of Corvette #ECBC8C
RGB
CMYK
RGB Variations
Color information
#ECBC8C (or 0xECBC8C) is known color: Corvette. HEX triplet: EC, BC and 8C. RGB value is (236,188,140). Sum of RGB (Red+Green+Blue) = 236+188+140=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC8C is #134373. Grayscale: #C5C5C5. Windows color (decimal): -1262452 or 9223404. OLE color: 9223404.
HSL color Cylindrical-coordinate representation of color #ECBC8C: hue angle of 30º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECBC8C is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 140 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.07 |
| HSL | 30º | 0.72% | 0.74% | - |
| HSV(B) | 30º | 0.41% | 0.93% | - |
| XYZ | 57.31 | 55.69 | 32.54 | - |
| YUV | 196.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 140 | 0 | 0.20 | 0.41 | 0.07 | 30 | 0.72 | 0.74 |
| Hex | EC | BC | 8C | 0 | 14 | 29 | 7 | 1E | 48 | 4A |
| Octal | 354 | 274 | 214 | 0 | 24 | 51 | 7 | 36 | 110 | 112 |
| Binary | 11101100 | 10111100 | 10001100 | 0 | 10100 | 101001 | 111 | 11110 | 1001000 | 1001010 |
Color Harmonies of #ECBC8C
Complementary color
Monochromatic Colors of #ECBC8C
Black with #ECBC8C
Text Example
Text Example
White with #ECBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC8C; }
p { color: rgb(236,188,140); }
H1.HeaderClassName
{
color: #ECBC8C;
}
.AnyTagClassName
{
color: #ECBC8C;
}
</style>
background-color css
<style>
a { background-color: #ECBC8C; }
a { background-color: rgb(236,188,140); }
div.DivClassName
{
background-color: #ECBC8C;
}
.BgClassName
{
background-color: #ECBC8C;
}
</style>
border-color css
<style>
span { border-color: #ECBC8C; }
span { border-color: rgb(236,188,140); }
td.TdClassName
{
border-color: #ECBC8C;
}
.TagClassName
{
border-color: #ECBC8C;
}
</style>