Shades of Corvette #E6BC76
Tints of Corvette #E6BC76
RGB
CMYK
RGB Variations
Color information
#E6BC76 (or 0xE6BC76) is known color: Corvette. HEX triplet: E6, BC and 76. RGB value is (230,188,118). Sum of RGB (Red+Green+Blue) = 230+188+118=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC76 is #194389. Grayscale: #C0C0C0. Windows color (decimal): -1655690 or 7781606. OLE color: 7781606.
HSL color Cylindrical-coordinate representation of color #E6BC76: hue angle of 37.5º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6BC76 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 118 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.10 |
| HSL | 37.5º | 0.69% | 0.68% | - |
| HSV(B) | 37.5º | 0.49% | 0.9% | - |
| XYZ | 53.89 | 54.1 | 24.74 | - |
| YUV | 192.58 | 85.91 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 118 | 0 | 0.18 | 0.49 | 0.10 | 37.5 | 0.69 | 0.68 |
| Hex | E6 | BC | 76 | 0 | 12 | 31 | A | 26 | 45 | 44 |
| Octal | 346 | 274 | 166 | 0 | 22 | 61 | 12 | 46 | 105 | 104 |
| Binary | 11100110 | 10111100 | 1110110 | 0 | 10010 | 110001 | 1010 | 100110 | 1000101 | 1000100 |
Color Harmonies of #E6BC76
Complementary color
Monochromatic Colors of #E6BC76
Black with #E6BC76
Text Example
Text Example
White with #E6BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC76; }
p { color: rgb(230,188,118); }
H1.HeaderClassName
{
color: #E6BC76;
}
.AnyTagClassName
{
color: #E6BC76;
}
</style>
background-color css
<style>
a { background-color: #E6BC76; }
a { background-color: rgb(230,188,118); }
div.DivClassName
{
background-color: #E6BC76;
}
.BgClassName
{
background-color: #E6BC76;
}
</style>
border-color css
<style>
span { border-color: #E6BC76; }
span { border-color: rgb(230,188,118); }
td.TdClassName
{
border-color: #E6BC76;
}
.TagClassName
{
border-color: #E6BC76;
}
</style>