Shades of Corvette #E9C080
Tints of Corvette #E9C080
RGB
CMYK
RGB Variations
Color information
#E9C080 (or 0xE9C080) is known color: Corvette. HEX triplet: E9, C0 and 80. RGB value is (233,192,128). Sum of RGB (Red+Green+Blue) = 233+192+128=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C080 is #163F7F. Grayscale: #C5C5C5. Windows color (decimal): -1458048 or 8437993. OLE color: 8437993.
HSL color Cylindrical-coordinate representation of color #E9C080: hue angle of 36.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9C080 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 192 | 128 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.09 |
| HSL | 36.57º | 0.7% | 0.71% | - |
| HSV(B) | 36.57º | 0.45% | 0.91% | - |
| XYZ | 56.35 | 56.58 | 28.37 | - |
| YUV | 196.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 192 | 128 | 0 | 0.18 | 0.45 | 0.09 | 36.57 | 0.7 | 0.71 |
| Hex | E9 | C0 | 80 | 0 | 12 | 2D | 9 | 25 | 46 | 47 |
| Octal | 351 | 300 | 200 | 0 | 22 | 55 | 11 | 45 | 106 | 107 |
| Binary | 11101001 | 11000000 | 10000000 | 0 | 10010 | 101101 | 1001 | 100101 | 1000110 | 1000111 |
Color Harmonies of #E9C080
Complementary color
Monochromatic Colors of #E9C080
Black with #E9C080
Text Example
Text Example
White with #E9C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C080; }
p { color: rgb(233,192,128); }
H1.HeaderClassName
{
color: #E9C080;
}
.AnyTagClassName
{
color: #E9C080;
}
</style>
background-color css
<style>
a { background-color: #E9C080; }
a { background-color: rgb(233,192,128); }
div.DivClassName
{
background-color: #E9C080;
}
.BgClassName
{
background-color: #E9C080;
}
</style>
border-color css
<style>
span { border-color: #E9C080; }
span { border-color: rgb(233,192,128); }
td.TdClassName
{
border-color: #E9C080;
}
.TagClassName
{
border-color: #E9C080;
}
</style>