Shades of Corvette #E8B985
Tints of Corvette #E8B985
RGB
CMYK
RGB Variations
Color information
#E8B985 (or 0xE8B985) is known color: Corvette. HEX triplet: E8, B9 and 85. RGB value is (232,185,133). Sum of RGB (Red+Green+Blue) = 232+185+133=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B985 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B985 is #17467A. Grayscale: #C1C1C1. Windows color (decimal): -1525371 or 8763880. OLE color: 8763880.
HSL color Cylindrical-coordinate representation of color #E8B985: hue angle of 31.52º degrees, saturation: 0.68, 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 #E8B985 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 185 | 133 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.09 |
| HSL | 31.52º | 0.68% | 0.72% | - |
| HSV(B) | 31.52º | 0.43% | 0.91% | - |
| XYZ | 54.86 | 53.55 | 29.63 | - |
| YUV | 193.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 185 | 133 | 0 | 0.20 | 0.43 | 0.09 | 31.52 | 0.68 | 0.72 |
| Hex | E8 | B9 | 85 | 0 | 14 | 2B | 9 | 20 | 44 | 48 |
| Octal | 350 | 271 | 205 | 0 | 24 | 53 | 11 | 40 | 104 | 110 |
| Binary | 11101000 | 10111001 | 10000101 | 0 | 10100 | 101011 | 1001 | 100000 | 1000100 | 1001000 |
Color Harmonies of #E8B985
Complementary color
Monochromatic Colors of #E8B985
Black with #E8B985
Text Example
Text Example
White with #E8B985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B985; }
p { color: rgb(232,185,133); }
H1.HeaderClassName
{
color: #E8B985;
}
.AnyTagClassName
{
color: #E8B985;
}
</style>
background-color css
<style>
a { background-color: #E8B985; }
a { background-color: rgb(232,185,133); }
div.DivClassName
{
background-color: #E8B985;
}
.BgClassName
{
background-color: #E8B985;
}
</style>
border-color css
<style>
span { border-color: #E8B985; }
span { border-color: rgb(232,185,133); }
td.TdClassName
{
border-color: #E8B985;
}
.TagClassName
{
border-color: #E8B985;
}
</style>