Shades of Corvette #E8BA80
Tints of Corvette #E8BA80
RGB
CMYK
RGB Variations
Color information
#E8BA80 (or 0xE8BA80) is known color: Corvette. HEX triplet: E8, BA and 80. RGB value is (232,186,128). Sum of RGB (Red+Green+Blue) = 232+186+128=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BA80 is #17457F. Grayscale: #C1C1C1. Windows color (decimal): -1525120 or 8436456. OLE color: 8436456.
HSL color Cylindrical-coordinate representation of color #E8BA80: hue angle of 33.46º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8BA80 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 128 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.09 |
| HSL | 33.46º | 0.69% | 0.71% | - |
| HSV(B) | 33.46º | 0.45% | 0.91% | - |
| XYZ | 54.73 | 53.83 | 27.93 | - |
| YUV | 193.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 128 | 0 | 0.20 | 0.45 | 0.09 | 33.46 | 0.69 | 0.71 |
| Hex | E8 | BA | 80 | 0 | 14 | 2D | 9 | 21 | 45 | 47 |
| Octal | 350 | 272 | 200 | 0 | 24 | 55 | 11 | 41 | 105 | 107 |
| Binary | 11101000 | 10111010 | 10000000 | 0 | 10100 | 101101 | 1001 | 100001 | 1000101 | 1000111 |
Color Harmonies of #E8BA80
Complementary color
Monochromatic Colors of #E8BA80
Black with #E8BA80
Text Example
Text Example
White with #E8BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA80; }
p { color: rgb(232,186,128); }
H1.HeaderClassName
{
color: #E8BA80;
}
.AnyTagClassName
{
color: #E8BA80;
}
</style>
background-color css
<style>
a { background-color: #E8BA80; }
a { background-color: rgb(232,186,128); }
div.DivClassName
{
background-color: #E8BA80;
}
.BgClassName
{
background-color: #E8BA80;
}
</style>
border-color css
<style>
span { border-color: #E8BA80; }
span { border-color: rgb(232,186,128); }
td.TdClassName
{
border-color: #E8BA80;
}
.TagClassName
{
border-color: #E8BA80;
}
</style>