Shades of Corvette #EFBA85
Tints of Corvette #EFBA85
RGB
CMYK
RGB Variations
Color information
#EFBA85 (or 0xEFBA85) is known color: Corvette. HEX triplet: EF, BA and 85. RGB value is (239,186,133). Sum of RGB (Red+Green+Blue) = 239+186+133=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA85 is #10457A. Grayscale: #C4C4C4. Windows color (decimal): -1066363 or 8764143. OLE color: 8764143.
HSL color Cylindrical-coordinate representation of color #EFBA85: hue angle of 30º 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 #EFBA85 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 133 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.06 |
| HSL | 30º | 0.77% | 0.73% | - |
| HSV(B) | 30º | 0.44% | 0.94% | - |
| XYZ | 57.39 | 55.16 | 29.81 | - |
| YUV | 195.81 | 92.56 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 133 | 0 | 0.22 | 0.44 | 0.06 | 30 | 0.77 | 0.73 |
| Hex | EF | BA | 85 | 0 | 16 | 2C | 6 | 1E | 4D | 49 |
| Octal | 357 | 272 | 205 | 0 | 26 | 54 | 6 | 36 | 115 | 111 |
| Binary | 11101111 | 10111010 | 10000101 | 0 | 10110 | 101100 | 110 | 11110 | 1001101 | 1001001 |
Color Harmonies of #EFBA85
Complementary color
Monochromatic Colors of #EFBA85
Black with #EFBA85
Text Example
Text Example
White with #EFBA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA85; }
p { color: rgb(239,186,133); }
H1.HeaderClassName
{
color: #EFBA85;
}
.AnyTagClassName
{
color: #EFBA85;
}
</style>
background-color css
<style>
a { background-color: #EFBA85; }
a { background-color: rgb(239,186,133); }
div.DivClassName
{
background-color: #EFBA85;
}
.BgClassName
{
background-color: #EFBA85;
}
</style>
border-color css
<style>
span { border-color: #EFBA85; }
span { border-color: rgb(239,186,133); }
td.TdClassName
{
border-color: #EFBA85;
}
.TagClassName
{
border-color: #EFBA85;
}
</style>