Shades of Corvette #EFBF84
Tints of Corvette #EFBF84
RGB
CMYK
RGB Variations
Color information
#EFBF84 (or 0xEFBF84) is known color: Corvette. HEX triplet: EF, BF and 84. RGB value is (239,191,132). Sum of RGB (Red+Green+Blue) = 239+191+132=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF84 is #10407B. Grayscale: #C6C6C6. Windows color (decimal): -1065084 or 8699887. OLE color: 8699887.
HSL color Cylindrical-coordinate representation of color #EFBF84: hue angle of 33.08º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFBF84 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 132 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.06 |
| HSL | 33.08º | 0.77% | 0.73% | - |
| HSV(B) | 33.08º | 0.45% | 0.94% | - |
| XYZ | 58.39 | 57.28 | 29.81 | - |
| YUV | 198.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 132 | 0 | 0.20 | 0.45 | 0.06 | 33.08 | 0.77 | 0.73 |
| Hex | EF | BF | 84 | 0 | 14 | 2D | 6 | 21 | 4D | 49 |
| Octal | 357 | 277 | 204 | 0 | 24 | 55 | 6 | 41 | 115 | 111 |
| Binary | 11101111 | 10111111 | 10000100 | 0 | 10100 | 101101 | 110 | 100001 | 1001101 | 1001001 |
Color Harmonies of #EFBF84
Complementary color
Monochromatic Colors of #EFBF84
Black with #EFBF84
Text Example
Text Example
White with #EFBF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF84; }
p { color: rgb(239,191,132); }
H1.HeaderClassName
{
color: #EFBF84;
}
.AnyTagClassName
{
color: #EFBF84;
}
</style>
background-color css
<style>
a { background-color: #EFBF84; }
a { background-color: rgb(239,191,132); }
div.DivClassName
{
background-color: #EFBF84;
}
.BgClassName
{
background-color: #EFBF84;
}
</style>
border-color css
<style>
span { border-color: #EFBF84; }
span { border-color: rgb(239,191,132); }
td.TdClassName
{
border-color: #EFBF84;
}
.TagClassName
{
border-color: #EFBF84;
}
</style>