Shades of Corvette #E6BC7E
Tints of Corvette #E6BC7E
RGB
CMYK
RGB Variations
Color information
#E6BC7E (or 0xE6BC7E) is known color: Corvette. HEX triplet: E6, BC and 7E. RGB value is (230,188,126). Sum of RGB (Red+Green+Blue) = 230+188+126=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC7E is #194381. Grayscale: #C1C1C1. Windows color (decimal): -1655682 or 8305894. OLE color: 8305894.
HSL color Cylindrical-coordinate representation of color #E6BC7E: hue angle of 35.77º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E6BC7E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 126 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.10 |
| HSL | 35.77º | 0.68% | 0.7% | - |
| HSV(B) | 35.77º | 0.45% | 0.9% | - |
| XYZ | 54.38 | 54.3 | 27.35 | - |
| YUV | 193.49 | 89.91 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 126 | 0 | 0.18 | 0.45 | 0.10 | 35.77 | 0.68 | 0.7 |
| Hex | E6 | BC | 7E | 0 | 12 | 2D | A | 24 | 44 | 46 |
| Octal | 346 | 274 | 176 | 0 | 22 | 55 | 12 | 44 | 104 | 106 |
| Binary | 11100110 | 10111100 | 1111110 | 0 | 10010 | 101101 | 1010 | 100100 | 1000100 | 1000110 |
Color Harmonies of #E6BC7E
Complementary color
Monochromatic Colors of #E6BC7E
Black with #E6BC7E
Text Example
Text Example
White with #E6BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC7E; }
p { color: rgb(230,188,126); }
H1.HeaderClassName
{
color: #E6BC7E;
}
.AnyTagClassName
{
color: #E6BC7E;
}
</style>
background-color css
<style>
a { background-color: #E6BC7E; }
a { background-color: rgb(230,188,126); }
div.DivClassName
{
background-color: #E6BC7E;
}
.BgClassName
{
background-color: #E6BC7E;
}
</style>
border-color css
<style>
span { border-color: #E6BC7E; }
span { border-color: rgb(230,188,126); }
td.TdClassName
{
border-color: #E6BC7E;
}
.TagClassName
{
border-color: #E6BC7E;
}
</style>