Shades of Corvette #E9BC7E
Tints of Corvette #E9BC7E
RGB
CMYK
RGB Variations
Color information
#E9BC7E (or 0xE9BC7E) is known color: Corvette. HEX triplet: E9, BC and 7E. RGB value is (233,188,126). Sum of RGB (Red+Green+Blue) = 233+188+126=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BC7E is #164381. Grayscale: #C2C2C2. Windows color (decimal): -1459074 or 8305897. OLE color: 8305897.
HSL color Cylindrical-coordinate representation of color #E9BC7E: hue angle of 34.77º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E9BC7E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 126 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.09 |
| HSL | 34.77º | 0.71% | 0.7% | - |
| HSV(B) | 34.77º | 0.46% | 0.91% | - |
| XYZ | 55.35 | 54.8 | 27.4 | - |
| YUV | 194.39 | 89.41 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 126 | 0 | 0.19 | 0.46 | 0.09 | 34.77 | 0.71 | 0.7 |
| Hex | E9 | BC | 7E | 0 | 13 | 2E | 9 | 23 | 47 | 46 |
| Octal | 351 | 274 | 176 | 0 | 23 | 56 | 11 | 43 | 107 | 106 |
| Binary | 11101001 | 10111100 | 1111110 | 0 | 10011 | 101110 | 1001 | 100011 | 1000111 | 1000110 |
Color Harmonies of #E9BC7E
Complementary color
Monochromatic Colors of #E9BC7E
Black with #E9BC7E
Text Example
Text Example
White with #E9BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC7E; }
p { color: rgb(233,188,126); }
H1.HeaderClassName
{
color: #E9BC7E;
}
.AnyTagClassName
{
color: #E9BC7E;
}
</style>
background-color css
<style>
a { background-color: #E9BC7E; }
a { background-color: rgb(233,188,126); }
div.DivClassName
{
background-color: #E9BC7E;
}
.BgClassName
{
background-color: #E9BC7E;
}
</style>
border-color css
<style>
span { border-color: #E9BC7E; }
span { border-color: rgb(233,188,126); }
td.TdClassName
{
border-color: #E9BC7E;
}
.TagClassName
{
border-color: #E9BC7E;
}
</style>