Shades of Corvette #ECBC8A
Tints of Corvette #ECBC8A
RGB
CMYK
RGB Variations
Color information
#ECBC8A (or 0xECBC8A) is known color: Corvette. HEX triplet: EC, BC and 8A. RGB value is (236,188,138). Sum of RGB (Red+Green+Blue) = 236+188+138=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC8A is #134375. Grayscale: #C4C4C4. Windows color (decimal): -1262454 or 9092332. OLE color: 9092332.
HSL color Cylindrical-coordinate representation of color #ECBC8A: hue angle of 30.61º 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 #ECBC8A is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 138 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.07 |
| HSL | 30.61º | 0.72% | 0.73% | - |
| HSV(B) | 30.61º | 0.42% | 0.93% | - |
| XYZ | 57.16 | 55.63 | 31.77 | - |
| YUV | 196.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 138 | 0 | 0.20 | 0.42 | 0.07 | 30.61 | 0.72 | 0.73 |
| Hex | EC | BC | 8A | 0 | 14 | 2A | 7 | 1F | 48 | 49 |
| Octal | 354 | 274 | 212 | 0 | 24 | 52 | 7 | 37 | 110 | 111 |
| Binary | 11101100 | 10111100 | 10001010 | 0 | 10100 | 101010 | 111 | 11111 | 1001000 | 1001001 |
Color Harmonies of #ECBC8A
Complementary color
Monochromatic Colors of #ECBC8A
Black with #ECBC8A
Text Example
Text Example
White with #ECBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC8A; }
p { color: rgb(236,188,138); }
H1.HeaderClassName
{
color: #ECBC8A;
}
.AnyTagClassName
{
color: #ECBC8A;
}
</style>
background-color css
<style>
a { background-color: #ECBC8A; }
a { background-color: rgb(236,188,138); }
div.DivClassName
{
background-color: #ECBC8A;
}
.BgClassName
{
background-color: #ECBC8A;
}
</style>
border-color css
<style>
span { border-color: #ECBC8A; }
span { border-color: rgb(236,188,138); }
td.TdClassName
{
border-color: #ECBC8A;
}
.TagClassName
{
border-color: #ECBC8A;
}
</style>