Shades of Corvette #E8BC7E
Tints of Corvette #E8BC7E
RGB
CMYK
RGB Variations
Color information
#E8BC7E (or 0xE8BC7E) is known color: Corvette. HEX triplet: E8, BC and 7E. RGB value is (232,188,126). Sum of RGB (Red+Green+Blue) = 232+188+126=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BC7E is #174381. Grayscale: #C2C2C2. Windows color (decimal): -1524610 or 8305896. OLE color: 8305896.
HSL color Cylindrical-coordinate representation of color #E8BC7E: hue angle of 35.09º degrees, saturation: 0.7, 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 #E8BC7E is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 126 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.09 |
| HSL | 35.09º | 0.7% | 0.7% | - |
| HSV(B) | 35.09º | 0.46% | 0.91% | - |
| XYZ | 55.03 | 54.63 | 27.38 | - |
| YUV | 194.09 | 89.58 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 126 | 0 | 0.19 | 0.46 | 0.09 | 35.09 | 0.7 | 0.7 |
| Hex | E8 | BC | 7E | 0 | 13 | 2E | 9 | 23 | 46 | 46 |
| Octal | 350 | 274 | 176 | 0 | 23 | 56 | 11 | 43 | 106 | 106 |
| Binary | 11101000 | 10111100 | 1111110 | 0 | 10011 | 101110 | 1001 | 100011 | 1000110 | 1000110 |
Color Harmonies of #E8BC7E
Complementary color
Monochromatic Colors of #E8BC7E
Black with #E8BC7E
Text Example
Text Example
White with #E8BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC7E; }
p { color: rgb(232,188,126); }
H1.HeaderClassName
{
color: #E8BC7E;
}
.AnyTagClassName
{
color: #E8BC7E;
}
</style>
background-color css
<style>
a { background-color: #E8BC7E; }
a { background-color: rgb(232,188,126); }
div.DivClassName
{
background-color: #E8BC7E;
}
.BgClassName
{
background-color: #E8BC7E;
}
</style>
border-color css
<style>
span { border-color: #E8BC7E; }
span { border-color: rgb(232,188,126); }
td.TdClassName
{
border-color: #E8BC7E;
}
.TagClassName
{
border-color: #E8BC7E;
}
</style>