Shades of Corvette #E7BD7E
Tints of Corvette #E7BD7E
RGB
CMYK
RGB Variations
Color information
#E7BD7E (or 0xE7BD7E) is known color: Corvette. HEX triplet: E7, BD and 7E. RGB value is (231,189,126). Sum of RGB (Red+Green+Blue) = 231+189+126=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD7E is #184281. Grayscale: #C2C2C2. Windows color (decimal): -1589890 or 8306151. OLE color: 8306151.
HSL color Cylindrical-coordinate representation of color #E7BD7E: hue angle of 36º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7BD7E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 126 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.09 |
| HSL | 36º | 0.69% | 0.7% | - |
| HSV(B) | 36º | 0.45% | 0.91% | - |
| XYZ | 54.92 | 54.89 | 27.44 | - |
| YUV | 194.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 126 | 0 | 0.18 | 0.45 | 0.09 | 36 | 0.69 | 0.7 |
| Hex | E7 | BD | 7E | 0 | 12 | 2D | 9 | 24 | 45 | 46 |
| Octal | 347 | 275 | 176 | 0 | 22 | 55 | 11 | 44 | 105 | 106 |
| Binary | 11100111 | 10111101 | 1111110 | 0 | 10010 | 101101 | 1001 | 100100 | 1000101 | 1000110 |
Color Harmonies of #E7BD7E
Complementary color
Monochromatic Colors of #E7BD7E
Black with #E7BD7E
Text Example
Text Example
White with #E7BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BD7E; }
p { color: rgb(231,189,126); }
H1.HeaderClassName
{
color: #E7BD7E;
}
.AnyTagClassName
{
color: #E7BD7E;
}
</style>
background-color css
<style>
a { background-color: #E7BD7E; }
a { background-color: rgb(231,189,126); }
div.DivClassName
{
background-color: #E7BD7E;
}
.BgClassName
{
background-color: #E7BD7E;
}
</style>
border-color css
<style>
span { border-color: #E7BD7E; }
span { border-color: rgb(231,189,126); }
td.TdClassName
{
border-color: #E7BD7E;
}
.TagClassName
{
border-color: #E7BD7E;
}
</style>