Shades of Corvette #EBC07E
Tints of Corvette #EBC07E
RGB
CMYK
RGB Variations
Color information
#EBC07E (or 0xEBC07E) is known color: Corvette. HEX triplet: EB, C0 and 7E. RGB value is (235,192,126). Sum of RGB (Red+Green+Blue) = 235+192+126=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 192 (75.39% from 255 or 34.72% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC07E is #143F81. Grayscale: #C5C5C5. Windows color (decimal): -1326978 or 8306923. OLE color: 8306923.
HSL color Cylindrical-coordinate representation of color #EBC07E: hue angle of 36.33º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBC07E is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 126 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.08 |
| HSL | 36.33º | 0.73% | 0.71% | - |
| HSV(B) | 36.33º | 0.46% | 0.92% | - |
| XYZ | 56.88 | 56.87 | 27.72 | - |
| YUV | 197.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 126 | 0 | 0.18 | 0.46 | 0.08 | 36.33 | 0.73 | 0.71 |
| Hex | EB | C0 | 7E | 0 | 12 | 2E | 8 | 24 | 49 | 47 |
| Octal | 353 | 300 | 176 | 0 | 22 | 56 | 10 | 44 | 111 | 107 |
| Binary | 11101011 | 11000000 | 1111110 | 0 | 10010 | 101110 | 1000 | 100100 | 1001001 | 1000111 |
Color Harmonies of #EBC07E
Complementary color
Monochromatic Colors of #EBC07E
Black with #EBC07E
Text Example
Text Example
White with #EBC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC07E; }
p { color: rgb(235,192,126); }
H1.HeaderClassName
{
color: #EBC07E;
}
.AnyTagClassName
{
color: #EBC07E;
}
</style>
background-color css
<style>
a { background-color: #EBC07E; }
a { background-color: rgb(235,192,126); }
div.DivClassName
{
background-color: #EBC07E;
}
.BgClassName
{
background-color: #EBC07E;
}
</style>
border-color css
<style>
span { border-color: #EBC07E; }
span { border-color: rgb(235,192,126); }
td.TdClassName
{
border-color: #EBC07E;
}
.TagClassName
{
border-color: #EBC07E;
}
</style>