Shades of Corvette #EFBA8D
Tints of Corvette #EFBA8D
RGB
CMYK
RGB Variations
Color information
#EFBA8D (or 0xEFBA8D) is known color: Corvette. HEX triplet: EF, BA and 8D. RGB value is (239,186,141). Sum of RGB (Red+Green+Blue) = 239+186+141=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA8D is #104572. Grayscale: #C4C4C4. Windows color (decimal): -1066355 or 9288431. OLE color: 9288431.
HSL color Cylindrical-coordinate representation of color #EFBA8D: hue angle of 27.55º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFBA8D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 141 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.06 |
| HSL | 27.55º | 0.75% | 0.75% | - |
| HSV(B) | 27.55º | 0.41% | 0.94% | - |
| XYZ | 57.96 | 55.39 | 32.84 | - |
| YUV | 196.72 | 96.56 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 141 | 0 | 0.22 | 0.41 | 0.06 | 27.55 | 0.75 | 0.75 |
| Hex | EF | BA | 8D | 0 | 16 | 29 | 6 | 1C | 4B | 4B |
| Octal | 357 | 272 | 215 | 0 | 26 | 51 | 6 | 34 | 113 | 113 |
| Binary | 11101111 | 10111010 | 10001101 | 0 | 10110 | 101001 | 110 | 11100 | 1001011 | 1001011 |
Color Harmonies of #EFBA8D
Complementary color
Monochromatic Colors of #EFBA8D
Black with #EFBA8D
Text Example
Text Example
White with #EFBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA8D; }
p { color: rgb(239,186,141); }
H1.HeaderClassName
{
color: #EFBA8D;
}
.AnyTagClassName
{
color: #EFBA8D;
}
</style>
background-color css
<style>
a { background-color: #EFBA8D; }
a { background-color: rgb(239,186,141); }
div.DivClassName
{
background-color: #EFBA8D;
}
.BgClassName
{
background-color: #EFBA8D;
}
</style>
border-color css
<style>
span { border-color: #EFBA8D; }
span { border-color: rgb(239,186,141); }
td.TdClassName
{
border-color: #EFBA8D;
}
.TagClassName
{
border-color: #EFBA8D;
}
</style>