Shades of Corvette #E9BA76
Tints of Corvette #E9BA76
RGB
CMYK
RGB Variations
Color information
#E9BA76 (or 0xE9BA76) is known color: Corvette. HEX triplet: E9, BA and 76. RGB value is (233,186,118). Sum of RGB (Red+Green+Blue) = 233+186+118=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA76 is #164589. Grayscale: #C0C0C0. Windows color (decimal): -1459594 or 7781097. OLE color: 7781097.
HSL color Cylindrical-coordinate representation of color #E9BA76: hue angle of 35.48º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E9BA76 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 118 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.09 |
| HSL | 35.48º | 0.72% | 0.69% | - |
| HSV(B) | 35.48º | 0.49% | 0.91% | - |
| XYZ | 54.43 | 53.75 | 24.65 | - |
| YUV | 192.3 | 86.07 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 118 | 0 | 0.20 | 0.49 | 0.09 | 35.48 | 0.72 | 0.69 |
| Hex | E9 | BA | 76 | 0 | 14 | 31 | 9 | 23 | 48 | 45 |
| Octal | 351 | 272 | 166 | 0 | 24 | 61 | 11 | 43 | 110 | 105 |
| Binary | 11101001 | 10111010 | 1110110 | 0 | 10100 | 110001 | 1001 | 100011 | 1001000 | 1000101 |
Color Harmonies of #E9BA76
Complementary color
Monochromatic Colors of #E9BA76
Black with #E9BA76
Text Example
Text Example
White with #E9BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA76; }
p { color: rgb(233,186,118); }
H1.HeaderClassName
{
color: #E9BA76;
}
.AnyTagClassName
{
color: #E9BA76;
}
</style>
background-color css
<style>
a { background-color: #E9BA76; }
a { background-color: rgb(233,186,118); }
div.DivClassName
{
background-color: #E9BA76;
}
.BgClassName
{
background-color: #E9BA76;
}
</style>
border-color css
<style>
span { border-color: #E9BA76; }
span { border-color: rgb(233,186,118); }
td.TdClassName
{
border-color: #E9BA76;
}
.TagClassName
{
border-color: #E9BA76;
}
</style>