Shades of Corvette #E7BC7B
Tints of Corvette #E7BC7B
RGB
CMYK
RGB Variations
Color information
#E7BC7B (or 0xE7BC7B) is known color: Corvette. HEX triplet: E7, BC and 7B. RGB value is (231,188,123). Sum of RGB (Red+Green+Blue) = 231+188+123=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC7B is #184384. Grayscale: #C1C1C1. Windows color (decimal): -1590149 or 8109287. OLE color: 8109287.
HSL color Cylindrical-coordinate representation of color #E7BC7B: hue angle of 36.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7BC7B is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 123 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.09 |
| HSL | 36.11º | 0.69% | 0.69% | - |
| HSV(B) | 36.11º | 0.47% | 0.91% | - |
| XYZ | 54.51 | 54.39 | 26.36 | - |
| YUV | 193.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 123 | 0 | 0.19 | 0.47 | 0.09 | 36.11 | 0.69 | 0.69 |
| Hex | E7 | BC | 7B | 0 | 13 | 2F | 9 | 24 | 45 | 45 |
| Octal | 347 | 274 | 173 | 0 | 23 | 57 | 11 | 44 | 105 | 105 |
| Binary | 11100111 | 10111100 | 1111011 | 0 | 10011 | 101111 | 1001 | 100100 | 1000101 | 1000101 |
Color Harmonies of #E7BC7B
Complementary color
Monochromatic Colors of #E7BC7B
Black with #E7BC7B
Text Example
Text Example
White with #E7BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC7B; }
p { color: rgb(231,188,123); }
H1.HeaderClassName
{
color: #E7BC7B;
}
.AnyTagClassName
{
color: #E7BC7B;
}
</style>
background-color css
<style>
a { background-color: #E7BC7B; }
a { background-color: rgb(231,188,123); }
div.DivClassName
{
background-color: #E7BC7B;
}
.BgClassName
{
background-color: #E7BC7B;
}
</style>
border-color css
<style>
span { border-color: #E7BC7B; }
span { border-color: rgb(231,188,123); }
td.TdClassName
{
border-color: #E7BC7B;
}
.TagClassName
{
border-color: #E7BC7B;
}
</style>