Shades of Corvette #EBC083
Tints of Corvette #EBC083
RGB
CMYK
RGB Variations
Color information
#EBC083 (or 0xEBC083) is known color: Corvette. HEX triplet: EB, C0 and 83. RGB value is (235,192,131). Sum of RGB (Red+Green+Blue) = 235+192+131=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC083 is #143F7C. Grayscale: #C6C6C6. Windows color (decimal): -1326973 or 8634603. OLE color: 8634603.
HSL color Cylindrical-coordinate representation of color #EBC083: hue angle of 35.19º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBC083 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 131 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.08 |
| HSL | 35.19º | 0.72% | 0.72% | - |
| HSV(B) | 35.19º | 0.44% | 0.92% | - |
| XYZ | 57.21 | 57 | 29.46 | - |
| YUV | 197.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 131 | 0 | 0.18 | 0.44 | 0.08 | 35.19 | 0.72 | 0.72 |
| Hex | EB | C0 | 83 | 0 | 12 | 2C | 8 | 23 | 48 | 48 |
| Octal | 353 | 300 | 203 | 0 | 22 | 54 | 10 | 43 | 110 | 110 |
| Binary | 11101011 | 11000000 | 10000011 | 0 | 10010 | 101100 | 1000 | 100011 | 1001000 | 1001000 |
Color Harmonies of #EBC083
Complementary color
Monochromatic Colors of #EBC083
Black with #EBC083
Text Example
Text Example
White with #EBC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC083; }
p { color: rgb(235,192,131); }
H1.HeaderClassName
{
color: #EBC083;
}
.AnyTagClassName
{
color: #EBC083;
}
</style>
background-color css
<style>
a { background-color: #EBC083; }
a { background-color: rgb(235,192,131); }
div.DivClassName
{
background-color: #EBC083;
}
.BgClassName
{
background-color: #EBC083;
}
</style>
border-color css
<style>
span { border-color: #EBC083; }
span { border-color: rgb(235,192,131); }
td.TdClassName
{
border-color: #EBC083;
}
.TagClassName
{
border-color: #EBC083;
}
</style>