Shades of Corvette #EBC07C
Tints of Corvette #EBC07C
RGB
CMYK
RGB Variations
Color information
#EBC07C (or 0xEBC07C) is known color: Corvette. HEX triplet: EB, C0 and 7C. RGB value is (235,192,124). Sum of RGB (Red+Green+Blue) = 235+192+124=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC07C is #143F83. Grayscale: #C5C5C5. Windows color (decimal): -1326980 or 8175851. OLE color: 8175851.
HSL color Cylindrical-coordinate representation of color #EBC07C: hue angle of 36.76º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBC07C is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 124 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.08 |
| HSL | 36.76º | 0.74% | 0.7% | - |
| HSV(B) | 36.76º | 0.47% | 0.92% | - |
| XYZ | 56.75 | 56.82 | 27.04 | - |
| YUV | 197.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 124 | 0 | 0.18 | 0.47 | 0.08 | 36.76 | 0.74 | 0.7 |
| Hex | EB | C0 | 7C | 0 | 12 | 2F | 8 | 25 | 4A | 46 |
| Octal | 353 | 300 | 174 | 0 | 22 | 57 | 10 | 45 | 112 | 106 |
| Binary | 11101011 | 11000000 | 1111100 | 0 | 10010 | 101111 | 1000 | 100101 | 1001010 | 1000110 |
Color Harmonies of #EBC07C
Complementary color
Monochromatic Colors of #EBC07C
Black with #EBC07C
Text Example
Text Example
White with #EBC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC07C; }
p { color: rgb(235,192,124); }
H1.HeaderClassName
{
color: #EBC07C;
}
.AnyTagClassName
{
color: #EBC07C;
}
</style>
background-color css
<style>
a { background-color: #EBC07C; }
a { background-color: rgb(235,192,124); }
div.DivClassName
{
background-color: #EBC07C;
}
.BgClassName
{
background-color: #EBC07C;
}
</style>
border-color css
<style>
span { border-color: #EBC07C; }
span { border-color: rgb(235,192,124); }
td.TdClassName
{
border-color: #EBC07C;
}
.TagClassName
{
border-color: #EBC07C;
}
</style>