Shades of Corvette #E9B686
Tints of Corvette #E9B686
RGB
CMYK
RGB Variations
Color information
#E9B686 (or 0xE9B686) is known color: Corvette. HEX triplet: E9, B6 and 86. RGB value is (233,182,134). Sum of RGB (Red+Green+Blue) = 233+182+134=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B686 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B686 is #164979. Grayscale: #C0C0C0. Windows color (decimal): -1460602 or 8828649. OLE color: 8828649.
HSL color Cylindrical-coordinate representation of color #E9B686: hue angle of 29.09º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E9B686 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 182 | 134 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.09 |
| HSL | 29.09º | 0.69% | 0.72% | - |
| HSV(B) | 29.09º | 0.42% | 0.91% | - |
| XYZ | 54.64 | 52.5 | 29.81 | - |
| YUV | 191.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 182 | 134 | 0 | 0.22 | 0.42 | 0.09 | 29.09 | 0.69 | 0.72 |
| Hex | E9 | B6 | 86 | 0 | 16 | 2A | 9 | 1D | 45 | 48 |
| Octal | 351 | 266 | 206 | 0 | 26 | 52 | 11 | 35 | 105 | 110 |
| Binary | 11101001 | 10110110 | 10000110 | 0 | 10110 | 101010 | 1001 | 11101 | 1000101 | 1001000 |
Color Harmonies of #E9B686
Complementary color
Monochromatic Colors of #E9B686
Black with #E9B686
Text Example
Text Example
White with #E9B686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B686; }
p { color: rgb(233,182,134); }
H1.HeaderClassName
{
color: #E9B686;
}
.AnyTagClassName
{
color: #E9B686;
}
</style>
background-color css
<style>
a { background-color: #E9B686; }
a { background-color: rgb(233,182,134); }
div.DivClassName
{
background-color: #E9B686;
}
.BgClassName
{
background-color: #E9B686;
}
</style>
border-color css
<style>
span { border-color: #E9B686; }
span { border-color: rgb(233,182,134); }
td.TdClassName
{
border-color: #E9B686;
}
.TagClassName
{
border-color: #E9B686;
}
</style>