Shades of Corvette #EFB786
Tints of Corvette #EFB786
RGB
CMYK
RGB Variations
Color information
#EFB786 (or 0xEFB786) is known color: Corvette. HEX triplet: EF, B7 and 86. RGB value is (239,183,134). Sum of RGB (Red+Green+Blue) = 239+183+134=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 134 (52.73% from 255 or 24.10% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB786 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB786 is #104879. Grayscale: #C2C2C2. Windows color (decimal): -1067130 or 8828911. OLE color: 8828911.
HSL color Cylindrical-coordinate representation of color #EFB786: hue angle of 28º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFB786 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 134 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.06 |
| HSL | 28º | 0.77% | 0.73% | - |
| HSV(B) | 28º | 0.44% | 0.94% | - |
| XYZ | 56.83 | 53.94 | 29.97 | - |
| YUV | 194.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 134 | 0 | 0.23 | 0.44 | 0.06 | 28 | 0.77 | 0.73 |
| Hex | EF | B7 | 86 | 0 | 17 | 2C | 6 | 1C | 4D | 49 |
| Octal | 357 | 267 | 206 | 0 | 27 | 54 | 6 | 34 | 115 | 111 |
| Binary | 11101111 | 10110111 | 10000110 | 0 | 10111 | 101100 | 110 | 11100 | 1001101 | 1001001 |
Color Harmonies of #EFB786
Complementary color
Monochromatic Colors of #EFB786
Black with #EFB786
Text Example
Text Example
White with #EFB786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB786; }
p { color: rgb(239,183,134); }
H1.HeaderClassName
{
color: #EFB786;
}
.AnyTagClassName
{
color: #EFB786;
}
</style>
background-color css
<style>
a { background-color: #EFB786; }
a { background-color: rgb(239,183,134); }
div.DivClassName
{
background-color: #EFB786;
}
.BgClassName
{
background-color: #EFB786;
}
</style>
border-color css
<style>
span { border-color: #EFB786; }
span { border-color: rgb(239,183,134); }
td.TdClassName
{
border-color: #EFB786;
}
.TagClassName
{
border-color: #EFB786;
}
</style>