Shades of Corvette #EFBE8D
Tints of Corvette #EFBE8D
RGB
CMYK
RGB Variations
Color information
#EFBE8D (or 0xEFBE8D) is known color: Corvette. HEX triplet: EF, BE and 8D. RGB value is (239,190,141). Sum of RGB (Red+Green+Blue) = 239+190+141=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBE8D is #104172. Grayscale: #C7C7C7. Windows color (decimal): -1065331 or 9289455. OLE color: 9289455.
HSL color Cylindrical-coordinate representation of color #EFBE8D: hue angle of 30º 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 #EFBE8D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 141 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.06 |
| HSL | 30º | 0.75% | 0.75% | - |
| HSV(B) | 30º | 0.41% | 0.94% | - |
| XYZ | 58.82 | 57.1 | 33.12 | - |
| YUV | 199.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 141 | 0 | 0.21 | 0.41 | 0.06 | 30 | 0.75 | 0.75 |
| Hex | EF | BE | 8D | 0 | 15 | 29 | 6 | 1E | 4B | 4B |
| Octal | 357 | 276 | 215 | 0 | 25 | 51 | 6 | 36 | 113 | 113 |
| Binary | 11101111 | 10111110 | 10001101 | 0 | 10101 | 101001 | 110 | 11110 | 1001011 | 1001011 |
Color Harmonies of #EFBE8D
Complementary color
Monochromatic Colors of #EFBE8D
Black with #EFBE8D
Text Example
Text Example
White with #EFBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE8D; }
p { color: rgb(239,190,141); }
H1.HeaderClassName
{
color: #EFBE8D;
}
.AnyTagClassName
{
color: #EFBE8D;
}
</style>
background-color css
<style>
a { background-color: #EFBE8D; }
a { background-color: rgb(239,190,141); }
div.DivClassName
{
background-color: #EFBE8D;
}
.BgClassName
{
background-color: #EFBE8D;
}
</style>
border-color css
<style>
span { border-color: #EFBE8D; }
span { border-color: rgb(239,190,141); }
td.TdClassName
{
border-color: #EFBE8D;
}
.TagClassName
{
border-color: #EFBE8D;
}
</style>