Shades of Corvette #E9BA8A
Tints of Corvette #E9BA8A
RGB
CMYK
RGB Variations
Color information
#E9BA8A (or 0xE9BA8A) is known color: Corvette. HEX triplet: E9, BA and 8A. RGB value is (233,186,138). Sum of RGB (Red+Green+Blue) = 233+186+138=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BA8A is #164575. Grayscale: #C2C2C2. Windows color (decimal): -1459574 or 9091817. OLE color: 9091817.
HSL color Cylindrical-coordinate representation of color #E9BA8A: hue angle of 30.32º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E9BA8A is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 138 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.09 |
| HSL | 30.32º | 0.68% | 0.73% | - |
| HSV(B) | 30.32º | 0.41% | 0.91% | - |
| XYZ | 55.75 | 54.28 | 31.58 | - |
| YUV | 194.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 138 | 0 | 0.20 | 0.41 | 0.09 | 30.32 | 0.68 | 0.73 |
| Hex | E9 | BA | 8A | 0 | 14 | 29 | 9 | 1E | 44 | 49 |
| Octal | 351 | 272 | 212 | 0 | 24 | 51 | 11 | 36 | 104 | 111 |
| Binary | 11101001 | 10111010 | 10001010 | 0 | 10100 | 101001 | 1001 | 11110 | 1000100 | 1001001 |
Color Harmonies of #E9BA8A
Complementary color
Monochromatic Colors of #E9BA8A
Black with #E9BA8A
Text Example
Text Example
White with #E9BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA8A; }
p { color: rgb(233,186,138); }
H1.HeaderClassName
{
color: #E9BA8A;
}
.AnyTagClassName
{
color: #E9BA8A;
}
</style>
background-color css
<style>
a { background-color: #E9BA8A; }
a { background-color: rgb(233,186,138); }
div.DivClassName
{
background-color: #E9BA8A;
}
.BgClassName
{
background-color: #E9BA8A;
}
</style>
border-color css
<style>
span { border-color: #E9BA8A; }
span { border-color: rgb(233,186,138); }
td.TdClassName
{
border-color: #E9BA8A;
}
.TagClassName
{
border-color: #E9BA8A;
}
</style>