Shades of Corvette #E6BA77
Tints of Corvette #E6BA77
RGB
CMYK
RGB Variations
Color information
#E6BA77 (or 0xE6BA77) is known color: Corvette. HEX triplet: E6, BA and 77. RGB value is (230,186,119). Sum of RGB (Red+Green+Blue) = 230+186+119=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA77 is #194588. Grayscale: #BFBFBF. Windows color (decimal): -1656201 or 7846630. OLE color: 7846630.
HSL color Cylindrical-coordinate representation of color #E6BA77: hue angle of 36.22º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6BA77 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 119 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.10 |
| HSL | 36.22º | 0.69% | 0.68% | - |
| HSV(B) | 36.22º | 0.48% | 0.9% | - |
| XYZ | 53.52 | 53.27 | 24.91 | - |
| YUV | 191.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 119 | 0 | 0.19 | 0.48 | 0.10 | 36.22 | 0.69 | 0.68 |
| Hex | E6 | BA | 77 | 0 | 13 | 30 | A | 24 | 45 | 44 |
| Octal | 346 | 272 | 167 | 0 | 23 | 60 | 12 | 44 | 105 | 104 |
| Binary | 11100110 | 10111010 | 1110111 | 0 | 10011 | 110000 | 1010 | 100100 | 1000101 | 1000100 |
Color Harmonies of #E6BA77
Complementary color
Monochromatic Colors of #E6BA77
Black with #E6BA77
Text Example
Text Example
White with #E6BA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA77; }
p { color: rgb(230,186,119); }
H1.HeaderClassName
{
color: #E6BA77;
}
.AnyTagClassName
{
color: #E6BA77;
}
</style>
background-color css
<style>
a { background-color: #E6BA77; }
a { background-color: rgb(230,186,119); }
div.DivClassName
{
background-color: #E6BA77;
}
.BgClassName
{
background-color: #E6BA77;
}
</style>
border-color css
<style>
span { border-color: #E6BA77; }
span { border-color: rgb(230,186,119); }
td.TdClassName
{
border-color: #E6BA77;
}
.TagClassName
{
border-color: #E6BA77;
}
</style>