Shades of Corvette #EBC08B
Tints of Corvette #EBC08B
RGB
CMYK
RGB Variations
Color information
#EBC08B (or 0xEBC08B) is known color: Corvette. HEX triplet: EB, C0 and 8B. RGB value is (235,192,139). Sum of RGB (Red+Green+Blue) = 235+192+139=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC08B is #143F74. Grayscale: #C7C7C7. Windows color (decimal): -1326965 or 9158891. OLE color: 9158891.
HSL color Cylindrical-coordinate representation of color #EBC08B: hue angle of 33.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBC08B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 139 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.08 |
| HSL | 33.13º | 0.71% | 0.73% | - |
| HSV(B) | 33.13º | 0.41% | 0.92% | - |
| XYZ | 57.77 | 57.23 | 32.43 | - |
| YUV | 198.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 139 | 0 | 0.18 | 0.41 | 0.08 | 33.13 | 0.71 | 0.73 |
| Hex | EB | C0 | 8B | 0 | 12 | 29 | 8 | 21 | 47 | 49 |
| Octal | 353 | 300 | 213 | 0 | 22 | 51 | 10 | 41 | 107 | 111 |
| Binary | 11101011 | 11000000 | 10001011 | 0 | 10010 | 101001 | 1000 | 100001 | 1000111 | 1001001 |
Color Harmonies of #EBC08B
Complementary color
Monochromatic Colors of #EBC08B
Black with #EBC08B
Text Example
Text Example
White with #EBC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC08B; }
p { color: rgb(235,192,139); }
H1.HeaderClassName
{
color: #EBC08B;
}
.AnyTagClassName
{
color: #EBC08B;
}
</style>
background-color css
<style>
a { background-color: #EBC08B; }
a { background-color: rgb(235,192,139); }
div.DivClassName
{
background-color: #EBC08B;
}
.BgClassName
{
background-color: #EBC08B;
}
</style>
border-color css
<style>
span { border-color: #EBC08B; }
span { border-color: rgb(235,192,139); }
td.TdClassName
{
border-color: #EBC08B;
}
.TagClassName
{
border-color: #EBC08B;
}
</style>