Shades of Corvette #EFBA8B
Tints of Corvette #EFBA8B
RGB
CMYK
RGB Variations
Color information
#EFBA8B (or 0xEFBA8B) is known color: Corvette. HEX triplet: EF, BA and 8B. RGB value is (239,186,139). Sum of RGB (Red+Green+Blue) = 239+186+139=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA8B is #104574. Grayscale: #C4C4C4. Windows color (decimal): -1066357 or 9157359. OLE color: 9157359.
HSL color Cylindrical-coordinate representation of color #EFBA8B: hue angle of 28.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFBA8B is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 139 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.06 |
| HSL | 28.2º | 0.76% | 0.74% | - |
| HSV(B) | 28.2º | 0.42% | 0.94% | - |
| XYZ | 57.82 | 55.33 | 32.06 | - |
| YUV | 196.49 | 95.56 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 139 | 0 | 0.22 | 0.42 | 0.06 | 28.2 | 0.76 | 0.74 |
| Hex | EF | BA | 8B | 0 | 16 | 2A | 6 | 1C | 4C | 4A |
| Octal | 357 | 272 | 213 | 0 | 26 | 52 | 6 | 34 | 114 | 112 |
| Binary | 11101111 | 10111010 | 10001011 | 0 | 10110 | 101010 | 110 | 11100 | 1001100 | 1001010 |
Color Harmonies of #EFBA8B
Complementary color
Monochromatic Colors of #EFBA8B
Black with #EFBA8B
Text Example
Text Example
White with #EFBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA8B; }
p { color: rgb(239,186,139); }
H1.HeaderClassName
{
color: #EFBA8B;
}
.AnyTagClassName
{
color: #EFBA8B;
}
</style>
background-color css
<style>
a { background-color: #EFBA8B; }
a { background-color: rgb(239,186,139); }
div.DivClassName
{
background-color: #EFBA8B;
}
.BgClassName
{
background-color: #EFBA8B;
}
</style>
border-color css
<style>
span { border-color: #EFBA8B; }
span { border-color: rgb(239,186,139); }
td.TdClassName
{
border-color: #EFBA8B;
}
.TagClassName
{
border-color: #EFBA8B;
}
</style>