Shades of Corvette #E9B685
Tints of Corvette #E9B685
RGB
CMYK
RGB Variations
Color information
#E9B685 (or 0xE9B685) is known color: Corvette. HEX triplet: E9, B6 and 85. RGB value is (233,182,133). Sum of RGB (Red+Green+Blue) = 233+182+133=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B685 is #16497A. Grayscale: #BFBFBF. Windows color (decimal): -1460603 or 8763113. OLE color: 8763113.
HSL color Cylindrical-coordinate representation of color #E9B685: hue angle of 29.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E9B685 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 182 | 133 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.09 |
| HSL | 29.4º | 0.69% | 0.72% | - |
| HSV(B) | 29.4º | 0.43% | 0.91% | - |
| XYZ | 54.57 | 52.47 | 29.44 | - |
| YUV | 191.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 182 | 133 | 0 | 0.22 | 0.43 | 0.09 | 29.4 | 0.69 | 0.72 |
| Hex | E9 | B6 | 85 | 0 | 16 | 2B | 9 | 1D | 45 | 48 |
| Octal | 351 | 266 | 205 | 0 | 26 | 53 | 11 | 35 | 105 | 110 |
| Binary | 11101001 | 10110110 | 10000101 | 0 | 10110 | 101011 | 1001 | 11101 | 1000101 | 1001000 |
Color Harmonies of #E9B685
Complementary color
Monochromatic Colors of #E9B685
Black with #E9B685
Text Example
Text Example
White with #E9B685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B685; }
p { color: rgb(233,182,133); }
H1.HeaderClassName
{
color: #E9B685;
}
.AnyTagClassName
{
color: #E9B685;
}
</style>
background-color css
<style>
a { background-color: #E9B685; }
a { background-color: rgb(233,182,133); }
div.DivClassName
{
background-color: #E9B685;
}
.BgClassName
{
background-color: #E9B685;
}
</style>
border-color css
<style>
span { border-color: #E9B685; }
span { border-color: rgb(233,182,133); }
td.TdClassName
{
border-color: #E9B685;
}
.TagClassName
{
border-color: #E9B685;
}
</style>