Shades of Corvette #EFBC8B
Tints of Corvette #EFBC8B
RGB
CMYK
RGB Variations
Color information
#EFBC8B (or 0xEFBC8B) is known color: Corvette. HEX triplet: EF, BC and 8B. RGB value is (239,188,139). Sum of RGB (Red+Green+Blue) = 239+188+139=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC8B is #104374. Grayscale: #C5C5C5. Windows color (decimal): -1065845 or 9157871. OLE color: 9157871.
HSL color Cylindrical-coordinate representation of color #EFBC8B: hue angle of 29.4º 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 #EFBC8B is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 139 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.06 |
| HSL | 29.4º | 0.76% | 0.74% | - |
| HSV(B) | 29.4º | 0.42% | 0.94% | - |
| XYZ | 58.24 | 56.18 | 32.2 | - |
| YUV | 197.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 139 | 0 | 0.21 | 0.42 | 0.06 | 29.4 | 0.76 | 0.74 |
| Hex | EF | BC | 8B | 0 | 15 | 2A | 6 | 1D | 4C | 4A |
| Octal | 357 | 274 | 213 | 0 | 25 | 52 | 6 | 35 | 114 | 112 |
| Binary | 11101111 | 10111100 | 10001011 | 0 | 10101 | 101010 | 110 | 11101 | 1001100 | 1001010 |
Color Harmonies of #EFBC8B
Complementary color
Monochromatic Colors of #EFBC8B
Black with #EFBC8B
Text Example
Text Example
White with #EFBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC8B; }
p { color: rgb(239,188,139); }
H1.HeaderClassName
{
color: #EFBC8B;
}
.AnyTagClassName
{
color: #EFBC8B;
}
</style>
background-color css
<style>
a { background-color: #EFBC8B; }
a { background-color: rgb(239,188,139); }
div.DivClassName
{
background-color: #EFBC8B;
}
.BgClassName
{
background-color: #EFBC8B;
}
</style>
border-color css
<style>
span { border-color: #EFBC8B; }
span { border-color: rgb(239,188,139); }
td.TdClassName
{
border-color: #EFBC8B;
}
.TagClassName
{
border-color: #EFBC8B;
}
</style>