Shades of Corvette #EFB682
Tints of Corvette #EFB682
RGB
CMYK
RGB Variations
Color information
#EFB682 (or 0xEFB682) is known color: Corvette. HEX triplet: EF, B6 and 82. RGB value is (239,182,130). Sum of RGB (Red+Green+Blue) = 239+182+130=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB682 is #10497D. Grayscale: #C1C1C1. Windows color (decimal): -1067390 or 8566511. OLE color: 8566511.
HSL color Cylindrical-coordinate representation of color #EFB682: hue angle of 28.62º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFB682 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 130 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.06 |
| HSL | 28.62º | 0.77% | 0.72% | - |
| HSV(B) | 28.62º | 0.46% | 0.94% | - |
| XYZ | 56.35 | 53.42 | 28.46 | - |
| YUV | 193.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 130 | 0 | 0.24 | 0.46 | 0.06 | 28.62 | 0.77 | 0.72 |
| Hex | EF | B6 | 82 | 0 | 18 | 2E | 6 | 1D | 4D | 48 |
| Octal | 357 | 266 | 202 | 0 | 30 | 56 | 6 | 35 | 115 | 110 |
| Binary | 11101111 | 10110110 | 10000010 | 0 | 11000 | 101110 | 110 | 11101 | 1001101 | 1001000 |
Color Harmonies of #EFB682
Complementary color
Monochromatic Colors of #EFB682
Black with #EFB682
Text Example
Text Example
White with #EFB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB682; }
p { color: rgb(239,182,130); }
H1.HeaderClassName
{
color: #EFB682;
}
.AnyTagClassName
{
color: #EFB682;
}
</style>
background-color css
<style>
a { background-color: #EFB682; }
a { background-color: rgb(239,182,130); }
div.DivClassName
{
background-color: #EFB682;
}
.BgClassName
{
background-color: #EFB682;
}
</style>
border-color css
<style>
span { border-color: #EFB682; }
span { border-color: rgb(239,182,130); }
td.TdClassName
{
border-color: #EFB682;
}
.TagClassName
{
border-color: #EFB682;
}
</style>