Shades of Corvette #E9BA7A
Tints of Corvette #E9BA7A
RGB
CMYK
RGB Variations
Color information
#E9BA7A (or 0xE9BA7A) is known color: Corvette. HEX triplet: E9, BA and 7A. RGB value is (233,186,122). Sum of RGB (Red+Green+Blue) = 233+186+122=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BA7A is #164585. Grayscale: #C1C1C1. Windows color (decimal): -1459590 or 8043241. OLE color: 8043241.
HSL color Cylindrical-coordinate representation of color #E9BA7A: hue angle of 34.59º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9BA7A is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 122 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.09 |
| HSL | 34.59º | 0.72% | 0.7% | - |
| HSV(B) | 34.59º | 0.48% | 0.91% | - |
| XYZ | 54.68 | 53.85 | 25.92 | - |
| YUV | 192.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 122 | 0 | 0.20 | 0.48 | 0.09 | 34.59 | 0.72 | 0.7 |
| Hex | E9 | BA | 7A | 0 | 14 | 30 | 9 | 23 | 48 | 46 |
| Octal | 351 | 272 | 172 | 0 | 24 | 60 | 11 | 43 | 110 | 106 |
| Binary | 11101001 | 10111010 | 1111010 | 0 | 10100 | 110000 | 1001 | 100011 | 1001000 | 1000110 |
Color Harmonies of #E9BA7A
Complementary color
Monochromatic Colors of #E9BA7A
Black with #E9BA7A
Text Example
Text Example
White with #E9BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA7A; }
p { color: rgb(233,186,122); }
H1.HeaderClassName
{
color: #E9BA7A;
}
.AnyTagClassName
{
color: #E9BA7A;
}
</style>
background-color css
<style>
a { background-color: #E9BA7A; }
a { background-color: rgb(233,186,122); }
div.DivClassName
{
background-color: #E9BA7A;
}
.BgClassName
{
background-color: #E9BA7A;
}
</style>
border-color css
<style>
span { border-color: #E9BA7A; }
span { border-color: rgb(233,186,122); }
td.TdClassName
{
border-color: #E9BA7A;
}
.TagClassName
{
border-color: #E9BA7A;
}
</style>