Shades of Corvette #EBC085
Tints of Corvette #EBC085
RGB
CMYK
RGB Variations
Color information
#EBC085 (or 0xEBC085) is known color: Corvette. HEX triplet: EB, C0 and 85. RGB value is (235,192,133). Sum of RGB (Red+Green+Blue) = 235+192+133=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC085 is #143F7A. Grayscale: #C6C6C6. Windows color (decimal): -1326971 or 8765675. OLE color: 8765675.
HSL color Cylindrical-coordinate representation of color #EBC085: hue angle of 34.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBC085 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 133 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.08 |
| HSL | 34.71º | 0.72% | 0.72% | - |
| HSV(B) | 34.71º | 0.43% | 0.92% | - |
| XYZ | 57.34 | 57.05 | 30.18 | - |
| YUV | 198.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 133 | 0 | 0.18 | 0.43 | 0.08 | 34.71 | 0.72 | 0.72 |
| Hex | EB | C0 | 85 | 0 | 12 | 2B | 8 | 23 | 48 | 48 |
| Octal | 353 | 300 | 205 | 0 | 22 | 53 | 10 | 43 | 110 | 110 |
| Binary | 11101011 | 11000000 | 10000101 | 0 | 10010 | 101011 | 1000 | 100011 | 1001000 | 1001000 |
Color Harmonies of #EBC085
Complementary color
Monochromatic Colors of #EBC085
Black with #EBC085
Text Example
Text Example
White with #EBC085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC085; }
p { color: rgb(235,192,133); }
H1.HeaderClassName
{
color: #EBC085;
}
.AnyTagClassName
{
color: #EBC085;
}
</style>
background-color css
<style>
a { background-color: #EBC085; }
a { background-color: rgb(235,192,133); }
div.DivClassName
{
background-color: #EBC085;
}
.BgClassName
{
background-color: #EBC085;
}
</style>
border-color css
<style>
span { border-color: #EBC085; }
span { border-color: rgb(235,192,133); }
td.TdClassName
{
border-color: #EBC085;
}
.TagClassName
{
border-color: #EBC085;
}
</style>