Shades of Corvette #EFB982
Tints of Corvette #EFB982
RGB
CMYK
RGB Variations
Color information
#EFB982 (or 0xEFB982) is known color: Corvette. HEX triplet: EF, B9 and 82. RGB value is (239,185,130). Sum of RGB (Red+Green+Blue) = 239+185+130=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB982 is #10467D. Grayscale: #C3C3C3. Windows color (decimal): -1066622 or 8567279. OLE color: 8567279.
HSL color Cylindrical-coordinate representation of color #EFB982: hue angle of 30.28º 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 #EFB982 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 130 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.06 |
| HSL | 30.28º | 0.77% | 0.72% | - |
| HSV(B) | 30.28º | 0.46% | 0.94% | - |
| XYZ | 56.97 | 54.66 | 28.67 | - |
| YUV | 194.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 130 | 0 | 0.23 | 0.46 | 0.06 | 30.28 | 0.77 | 0.72 |
| Hex | EF | B9 | 82 | 0 | 17 | 2E | 6 | 1E | 4D | 48 |
| Octal | 357 | 271 | 202 | 0 | 27 | 56 | 6 | 36 | 115 | 110 |
| Binary | 11101111 | 10111001 | 10000010 | 0 | 10111 | 101110 | 110 | 11110 | 1001101 | 1001000 |
Color Harmonies of #EFB982
Complementary color
Monochromatic Colors of #EFB982
Black with #EFB982
Text Example
Text Example
White with #EFB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB982; }
p { color: rgb(239,185,130); }
H1.HeaderClassName
{
color: #EFB982;
}
.AnyTagClassName
{
color: #EFB982;
}
</style>
background-color css
<style>
a { background-color: #EFB982; }
a { background-color: rgb(239,185,130); }
div.DivClassName
{
background-color: #EFB982;
}
.BgClassName
{
background-color: #EFB982;
}
</style>
border-color css
<style>
span { border-color: #EFB982; }
span { border-color: rgb(239,185,130); }
td.TdClassName
{
border-color: #EFB982;
}
.TagClassName
{
border-color: #EFB982;
}
</style>