Shades of Corvette #E9B485
Tints of Corvette #E9B485
RGB
CMYK
RGB Variations
Color information
#E9B485 (or 0xE9B485) is known color: Corvette. HEX triplet: E9, B4 and 85. RGB value is (233,180,133). Sum of RGB (Red+Green+Blue) = 233+180+133=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9B485 is #164B7A. Grayscale: #BEBEBE. Windows color (decimal): -1461115 or 8762601. OLE color: 8762601.
HSL color Cylindrical-coordinate representation of color #E9B485: hue angle of 28.2º 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 #E9B485 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 180 | 133 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.09 |
| HSL | 28.2º | 0.69% | 0.72% | - |
| HSV(B) | 28.2º | 0.43% | 0.91% | - |
| XYZ | 54.16 | 51.66 | 29.31 | - |
| YUV | 190.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 180 | 133 | 0 | 0.23 | 0.43 | 0.09 | 28.2 | 0.69 | 0.72 |
| Hex | E9 | B4 | 85 | 0 | 17 | 2B | 9 | 1C | 45 | 48 |
| Octal | 351 | 264 | 205 | 0 | 27 | 53 | 11 | 34 | 105 | 110 |
| Binary | 11101001 | 10110100 | 10000101 | 0 | 10111 | 101011 | 1001 | 11100 | 1000101 | 1001000 |
Color Harmonies of #E9B485
Complementary color
Monochromatic Colors of #E9B485
Black with #E9B485
Text Example
Text Example
White with #E9B485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B485; }
p { color: rgb(233,180,133); }
H1.HeaderClassName
{
color: #E9B485;
}
.AnyTagClassName
{
color: #E9B485;
}
</style>
background-color css
<style>
a { background-color: #E9B485; }
a { background-color: rgb(233,180,133); }
div.DivClassName
{
background-color: #E9B485;
}
.BgClassName
{
background-color: #E9B485;
}
</style>
border-color css
<style>
span { border-color: #E9B485; }
span { border-color: rgb(233,180,133); }
td.TdClassName
{
border-color: #E9B485;
}
.TagClassName
{
border-color: #E9B485;
}
</style>