Shades of Corvette #E7BC81
Tints of Corvette #E7BC81
RGB
CMYK
RGB Variations
Color information
#E7BC81 (or 0xE7BC81) is known color: Corvette. HEX triplet: E7, BC and 81. RGB value is (231,188,129). Sum of RGB (Red+Green+Blue) = 231+188+129=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BC81 is #18437E. Grayscale: #C2C2C2. Windows color (decimal): -1590143 or 8502503. OLE color: 8502503.
HSL color Cylindrical-coordinate representation of color #E7BC81: hue angle of 34.71º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7BC81 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 129 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.09 |
| HSL | 34.71º | 0.68% | 0.71% | - |
| HSV(B) | 34.71º | 0.44% | 0.91% | - |
| XYZ | 54.9 | 54.54 | 28.4 | - |
| YUV | 194.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 129 | 0 | 0.19 | 0.44 | 0.09 | 34.71 | 0.68 | 0.71 |
| Hex | E7 | BC | 81 | 0 | 13 | 2C | 9 | 23 | 44 | 47 |
| Octal | 347 | 274 | 201 | 0 | 23 | 54 | 11 | 43 | 104 | 107 |
| Binary | 11100111 | 10111100 | 10000001 | 0 | 10011 | 101100 | 1001 | 100011 | 1000100 | 1000111 |
Color Harmonies of #E7BC81
Complementary color
Monochromatic Colors of #E7BC81
Black with #E7BC81
Text Example
Text Example
White with #E7BC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC81; }
p { color: rgb(231,188,129); }
H1.HeaderClassName
{
color: #E7BC81;
}
.AnyTagClassName
{
color: #E7BC81;
}
</style>
background-color css
<style>
a { background-color: #E7BC81; }
a { background-color: rgb(231,188,129); }
div.DivClassName
{
background-color: #E7BC81;
}
.BgClassName
{
background-color: #E7BC81;
}
</style>
border-color css
<style>
span { border-color: #E7BC81; }
span { border-color: rgb(231,188,129); }
td.TdClassName
{
border-color: #E7BC81;
}
.TagClassName
{
border-color: #E7BC81;
}
</style>