Shades of Corvette #E6B980
Tints of Corvette #E6B980
RGB
CMYK
RGB Variations
Color information
#E6B980 (or 0xE6B980) is known color: Corvette. HEX triplet: E6, B9 and 80. RGB value is (230,185,128). Sum of RGB (Red+Green+Blue) = 230+185+128=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6B980 is #19467F. Grayscale: #C0C0C0. Windows color (decimal): -1656448 or 8436198. OLE color: 8436198.
HSL color Cylindrical-coordinate representation of color #E6B980: hue angle of 33.53º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6B980 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 128 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.10 |
| HSL | 33.53º | 0.67% | 0.7% | - |
| HSV(B) | 33.53º | 0.44% | 0.9% | - |
| XYZ | 53.88 | 53.08 | 27.83 | - |
| YUV | 191.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 128 | 0 | 0.20 | 0.44 | 0.10 | 33.53 | 0.67 | 0.7 |
| Hex | E6 | B9 | 80 | 0 | 14 | 2C | A | 22 | 43 | 46 |
| Octal | 346 | 271 | 200 | 0 | 24 | 54 | 12 | 42 | 103 | 106 |
| Binary | 11100110 | 10111001 | 10000000 | 0 | 10100 | 101100 | 1010 | 100010 | 1000011 | 1000110 |
Color Harmonies of #E6B980
Complementary color
Monochromatic Colors of #E6B980
Black with #E6B980
Text Example
Text Example
White with #E6B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B980; }
p { color: rgb(230,185,128); }
H1.HeaderClassName
{
color: #E6B980;
}
.AnyTagClassName
{
color: #E6B980;
}
</style>
background-color css
<style>
a { background-color: #E6B980; }
a { background-color: rgb(230,185,128); }
div.DivClassName
{
background-color: #E6B980;
}
.BgClassName
{
background-color: #E6B980;
}
</style>
border-color css
<style>
span { border-color: #E6B980; }
span { border-color: rgb(230,185,128); }
td.TdClassName
{
border-color: #E6B980;
}
.TagClassName
{
border-color: #E6B980;
}
</style>