Shades of Corvette #EFBB86
Tints of Corvette #EFBB86
RGB
CMYK
RGB Variations
Color information
#EFBB86 (or 0xEFBB86) is known color: Corvette. HEX triplet: EF, BB and 86. RGB value is (239,187,134). Sum of RGB (Red+Green+Blue) = 239+187+134=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB86 is #104479. Grayscale: #C4C4C4. Windows color (decimal): -1066106 or 8829935. OLE color: 8829935.
HSL color Cylindrical-coordinate representation of color #EFBB86: hue angle of 30.29º 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 #EFBB86 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 134 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.06 |
| HSL | 30.29º | 0.77% | 0.73% | - |
| HSV(B) | 30.29º | 0.44% | 0.94% | - |
| XYZ | 57.67 | 55.61 | 30.25 | - |
| YUV | 196.51 | 92.73 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 134 | 0 | 0.22 | 0.44 | 0.06 | 30.29 | 0.77 | 0.73 |
| Hex | EF | BB | 86 | 0 | 16 | 2C | 6 | 1E | 4D | 49 |
| Octal | 357 | 273 | 206 | 0 | 26 | 54 | 6 | 36 | 115 | 111 |
| Binary | 11101111 | 10111011 | 10000110 | 0 | 10110 | 101100 | 110 | 11110 | 1001101 | 1001001 |
Color Harmonies of #EFBB86
Complementary color
Monochromatic Colors of #EFBB86
Black with #EFBB86
Text Example
Text Example
White with #EFBB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB86; }
p { color: rgb(239,187,134); }
H1.HeaderClassName
{
color: #EFBB86;
}
.AnyTagClassName
{
color: #EFBB86;
}
</style>
background-color css
<style>
a { background-color: #EFBB86; }
a { background-color: rgb(239,187,134); }
div.DivClassName
{
background-color: #EFBB86;
}
.BgClassName
{
background-color: #EFBB86;
}
</style>
border-color css
<style>
span { border-color: #EFBB86; }
span { border-color: rgb(239,187,134); }
td.TdClassName
{
border-color: #EFBB86;
}
.TagClassName
{
border-color: #EFBB86;
}
</style>