Shades of Corvette #E6BC7D
Tints of Corvette #E6BC7D
RGB
CMYK
RGB Variations
Color information
#E6BC7D (or 0xE6BC7D) is known color: Corvette. HEX triplet: E6, BC and 7D. RGB value is (230,188,125). Sum of RGB (Red+Green+Blue) = 230+188+125=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC7D is #194382. Grayscale: #C1C1C1. Windows color (decimal): -1655683 or 8240358. OLE color: 8240358.
HSL color Cylindrical-coordinate representation of color #E6BC7D: hue angle of 36º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6BC7D is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 125 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.10 |
| HSL | 36º | 0.68% | 0.7% | - |
| HSV(B) | 36º | 0.46% | 0.9% | - |
| XYZ | 54.32 | 54.27 | 27.01 | - |
| YUV | 193.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 125 | 0 | 0.18 | 0.46 | 0.10 | 36 | 0.68 | 0.7 |
| Hex | E6 | BC | 7D | 0 | 12 | 2E | A | 24 | 44 | 46 |
| Octal | 346 | 274 | 175 | 0 | 22 | 56 | 12 | 44 | 104 | 106 |
| Binary | 11100110 | 10111100 | 1111101 | 0 | 10010 | 101110 | 1010 | 100100 | 1000100 | 1000110 |
Color Harmonies of #E6BC7D
Complementary color
Monochromatic Colors of #E6BC7D
Black with #E6BC7D
Text Example
Text Example
White with #E6BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC7D; }
p { color: rgb(230,188,125); }
H1.HeaderClassName
{
color: #E6BC7D;
}
.AnyTagClassName
{
color: #E6BC7D;
}
</style>
background-color css
<style>
a { background-color: #E6BC7D; }
a { background-color: rgb(230,188,125); }
div.DivClassName
{
background-color: #E6BC7D;
}
.BgClassName
{
background-color: #E6BC7D;
}
</style>
border-color css
<style>
span { border-color: #E6BC7D; }
span { border-color: rgb(230,188,125); }
td.TdClassName
{
border-color: #E6BC7D;
}
.TagClassName
{
border-color: #E6BC7D;
}
</style>