Shades of Corvette #E7BF7A
Tints of Corvette #E7BF7A
RGB
CMYK
RGB Variations
Color information
#E7BF7A (or 0xE7BF7A) is known color: Corvette. HEX triplet: E7, BF and 7A. RGB value is (231,191,122). Sum of RGB (Red+Green+Blue) = 231+191+122=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BF7A is #184085. Grayscale: #C3C3C3. Windows color (decimal): -1589382 or 8044519. OLE color: 8044519.
HSL color Cylindrical-coordinate representation of color #E7BF7A: hue angle of 37.98º 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 #E7BF7A is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 191 | 122 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.09 |
| HSL | 37.98º | 0.69% | 0.69% | - |
| HSV(B) | 37.98º | 0.47% | 0.91% | - |
| XYZ | 55.1 | 55.66 | 26.25 | - |
| YUV | 195.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 191 | 122 | 0 | 0.17 | 0.47 | 0.09 | 37.98 | 0.69 | 0.69 |
| Hex | E7 | BF | 7A | 0 | 11 | 2F | 9 | 26 | 45 | 45 |
| Octal | 347 | 277 | 172 | 0 | 21 | 57 | 11 | 46 | 105 | 105 |
| Binary | 11100111 | 10111111 | 1111010 | 0 | 10001 | 101111 | 1001 | 100110 | 1000101 | 1000101 |
Color Harmonies of #E7BF7A
Complementary color
Monochromatic Colors of #E7BF7A
Black with #E7BF7A
Text Example
Text Example
White with #E7BF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BF7A; }
p { color: rgb(231,191,122); }
H1.HeaderClassName
{
color: #E7BF7A;
}
.AnyTagClassName
{
color: #E7BF7A;
}
</style>
background-color css
<style>
a { background-color: #E7BF7A; }
a { background-color: rgb(231,191,122); }
div.DivClassName
{
background-color: #E7BF7A;
}
.BgClassName
{
background-color: #E7BF7A;
}
</style>
border-color css
<style>
span { border-color: #E7BF7A; }
span { border-color: rgb(231,191,122); }
td.TdClassName
{
border-color: #E7BF7A;
}
.TagClassName
{
border-color: #E7BF7A;
}
</style>