Shades of Corvette #E6BC78
Tints of Corvette #E6BC78
RGB
CMYK
RGB Variations
Color information
#E6BC78 (or 0xE6BC78) is known color: Corvette. HEX triplet: E6, BC and 78. RGB value is (230,188,120). Sum of RGB (Red+Green+Blue) = 230+188+120=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC78 is #194387. Grayscale: #C1C1C1. Windows color (decimal): -1655688 or 7912678. OLE color: 7912678.
HSL color Cylindrical-coordinate representation of color #E6BC78: hue angle of 37.09º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6BC78 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 120 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.10 |
| HSL | 37.09º | 0.69% | 0.69% | - |
| HSV(B) | 37.09º | 0.48% | 0.9% | - |
| XYZ | 54.01 | 54.15 | 25.37 | - |
| YUV | 192.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 120 | 0 | 0.18 | 0.48 | 0.10 | 37.09 | 0.69 | 0.69 |
| Hex | E6 | BC | 78 | 0 | 12 | 30 | A | 25 | 45 | 45 |
| Octal | 346 | 274 | 170 | 0 | 22 | 60 | 12 | 45 | 105 | 105 |
| Binary | 11100110 | 10111100 | 1111000 | 0 | 10010 | 110000 | 1010 | 100101 | 1000101 | 1000101 |
Color Harmonies of #E6BC78
Complementary color
Monochromatic Colors of #E6BC78
Black with #E6BC78
Text Example
Text Example
White with #E6BC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC78; }
p { color: rgb(230,188,120); }
H1.HeaderClassName
{
color: #E6BC78;
}
.AnyTagClassName
{
color: #E6BC78;
}
</style>
background-color css
<style>
a { background-color: #E6BC78; }
a { background-color: rgb(230,188,120); }
div.DivClassName
{
background-color: #E6BC78;
}
.BgClassName
{
background-color: #E6BC78;
}
</style>
border-color css
<style>
span { border-color: #E6BC78; }
span { border-color: rgb(230,188,120); }
td.TdClassName
{
border-color: #E6BC78;
}
.TagClassName
{
border-color: #E6BC78;
}
</style>